2024-01-24T02:28:37.935 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T02:28:37.936 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838 --owner scheduled_yuriw@teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/orig.config.yaml 2024-01-24T02:28:37.971 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:28:38.052 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7529838' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ3pd3UpiItPBYH1WDRZOJnZKfshTpwA7VDm//CT6d+ytXVses0TFJtBxcfZmHodjLSs6bWnHZwV3/zFX0OHcGE= smithi133.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgF3y+9F9vwIsBPRZAXAWstI5sKvC7xKeLfN6NgFz6vZxY9dBj4X8wRKLyqOWGAdn5rx2jqXNs6cFMjAaAQj7A= 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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-24T02:28:38.052 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T02:28:38.053 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T02:28:38.053 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T02:28:38.054 INFO:teuthology.task.internal:Checking packages... 2024-01-24T02:28:38.078 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T02:28:38.078 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T02:28:38.079 INFO:teuthology.packaging:ref: None 2024-01-24T02:28:38.079 INFO:teuthology.packaging:tag: None 2024-01-24T02:28:38.079 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:28:38.079 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T02:28:38.079 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:28:38.297 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-24T02:28:38.300 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T02:28:38.307 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T02:28:38.308 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T02:28:38.353 INFO:teuthology.task.internal:Saving configuration 2024-01-24T02:28:38.368 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T02:28:38.387 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:28:38.412 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:22:56.840142', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ3pd3UpiItPBYH1WDRZOJnZKfshTpwA7VDm//CT6d+ytXVses0TFJtBxcfZmHodjLSs6bWnHZwV3/zFX0OHcGE='} 2024-01-24T02:28:38.436 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:22:56.842013', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgF3y+9F9vwIsBPRZAXAWstI5sKvC7xKeLfN6NgFz6vZxY9dBj4X8wRKLyqOWGAdn5rx2jqXNs6cFMjAaAQj7A='} 2024-01-24T02:28:38.437 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T02:28:38.442 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-24T02:28:38.442 INFO:teuthology.task.internal:roles: ubuntu@smithi133.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-24T02:28:38.442 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T02:28:38.530 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb36518ef70>, signals=[15]) 2024-01-24T02:28:38.530 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T02:28:38.537 INFO:teuthology.task.internal:Opening connections... 2024-01-24T02:28:38.537 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:28:38.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:28:38.615 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi133.front.sepia.ceph.com 2024-01-24T02:28:38.616 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:28:38.688 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T02:28:38.695 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-01-24T02:28:38.715 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-01-24T02:28:38.715 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-01-24T02:28:38.774 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Red Hat Enterprise Linux" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="8.6 (Ootpa)" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:ID="rhel" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="fedora" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="8.6" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.redhat.com/" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:28:38.775 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:38.776 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:28:38.776 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-24T02:28:38.776 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-24T02:28:38.776 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-24T02:28:38.776 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-01-24T02:28:38.812 DEBUG:teuthology.orchestra.run.smithi133:> uname -m 2024-01-24T02:28:38.831 INFO:teuthology.orchestra.run.smithi133.stdout:x86_64 2024-01-24T02:28:38.832 DEBUG:teuthology.orchestra.run.smithi133:> cat /etc/os-release 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:NAME="Red Hat Enterprise Linux" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION="8.6 (Ootpa)" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:ID="rhel" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:ID_LIKE="fedora" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:VERSION_ID="8.6" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:PLATFORM_ID="platform:el8" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:ANSI_COLOR="0;31" 2024-01-24T02:28:38.891 INFO:teuthology.orchestra.run.smithi133.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:HOME_URL="https://www.redhat.com/" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-24T02:28:38.892 INFO:teuthology.orchestra.run.smithi133.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-24T02:28:38.892 INFO:teuthology.lock.ops:Updating smithi133.front.sepia.ceph.com on lock server 2024-01-24T02:28:38.919 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T02:28:38.928 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T02:28:39.042 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T02:28:39.042 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:28:39.044 DEBUG:teuthology.orchestra.run.smithi133:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:28:39.063 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T02:28:39.069 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T02:28:39.069 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:28:39.103 DEBUG:teuthology.orchestra.run.smithi133:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:28:39.133 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T02:28:39.186 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T02:28:39.202 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T02:28:39.202 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-24T02:28:39.203 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:28:39.203 DEBUG:teuthology.orchestra.run.smithi133:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:28:39.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:28:39.222 DEBUG:teuthology.orchestra.run.smithi133:> uname -r 2024-01-24T02:28:39.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:28:39.223 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-01-24T02:28:39.281 INFO:teuthology.orchestra.run.smithi133.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:39.281 INFO:teuthology.task.kernel:Running kernel on smithi133: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:39.281 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum install -y kernel 2024-01-24T02:28:39.283 INFO:teuthology.orchestra.run.smithi076.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:39.283 INFO:teuthology.task.kernel:Running kernel on smithi076: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:39.283 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2024-01-24T02:28:40.850 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:40.850 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-01-24T02:28:40.930 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:40.930 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2024-01-24T02:28:41.201 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:41.201 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:41.201 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:41.244 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:41.244 INFO:teuthology.orchestra.run.smithi133.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:41.245 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:43.157 INFO:teuthology.orchestra.run.smithi133.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2024-01-24T02:28:43.176 INFO:teuthology.orchestra.run.smithi076.stdout:Copr repo for python3-asyncssh owned by ceph 14 kB/s | 3.5 kB 00:00 2024-01-24T02:28:44.211 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2024-01-24T02:28:47.782 INFO:teuthology.orchestra.run.smithi133.stdout:Extra Packages for Enterprise Linux 3.5 MB/s | 16 MB 00:04 2024-01-24T02:28:47.809 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 326 kB/s | 24 kB 00:00 2024-01-24T02:28:48.530 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-24T02:28:48.530 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-24T02:28:48.615 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-01-24T02:28:48.616 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-01-24T02:28:48.616 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-01-24T02:28:48.755 DEBUG:teuthology.orchestra.run.smithi076:> echo no | sudo yum reinstall kernel || true 2024-01-24T02:28:49.133 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:49.133 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-01-24T02:28:49.309 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:49.309 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:49.310 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:49.617 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Jan 2024 02:28:47 AM UTC. 2024-01-24T02:28:49.700 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-24T02:28:49.700 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T02:28:49.751 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2024-01-24T02:28:49.797 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum reinstall -y kernel || true 2024-01-24T02:28:50.132 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:50.132 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-01-24T02:28:50.388 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:50.389 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:50.389 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:28:50.693 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Jan 2024 02:28:47 AM UTC. 2024-01-24T02:28:50.755 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-24T02:28:50.755 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T02:28:50.792 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2024-01-24T02:28:50.845 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:28:51.015 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:51.015 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:51.016 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-24T02:28:51.016 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T02:28:51.016 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:28:51.053 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-01-24T02:28:51.065 DEBUG:teuthology.parallel:result is None 2024-01-24T02:28:51.382 INFO:teuthology.orchestra.run.smithi133.stdout:lab-extras 425 kB/s | 24 kB 00:00 2024-01-24T02:28:52.151 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-24T02:28:52.151 INFO:teuthology.orchestra.run.smithi133.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-24T02:28:52.224 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-24T02:28:52.225 INFO:teuthology.orchestra.run.smithi133.stdout:Nothing to do. 2024-01-24T02:28:52.225 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-24T02:28:52.371 DEBUG:teuthology.orchestra.run.smithi133:> echo no | sudo yum reinstall kernel || true 2024-01-24T02:28:52.707 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:52.707 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2024-01-24T02:28:52.910 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:52.910 INFO:teuthology.orchestra.run.smithi133.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:52.911 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:53.220 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Jan 2024 02:28:51 AM UTC. 2024-01-24T02:28:53.304 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-24T02:28:53.308 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T02:28:53.365 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2024-01-24T02:28:53.413 DEBUG:teuthology.orchestra.run.smithi133:> sudo yum reinstall -y kernel || true 2024-01-24T02:28:53.747 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2024-01-24T02:28:53.747 INFO:teuthology.orchestra.run.smithi133.stdout:Unable to read consumer identity 2024-01-24T02:28:54.053 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:54.053 INFO:teuthology.orchestra.run.smithi133.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-24T02:28:54.053 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:28:54.360 INFO:teuthology.orchestra.run.smithi133.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Jan 2024 02:28:51 AM UTC. 2024-01-24T02:28:54.424 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-24T02:28:54.424 INFO:teuthology.orchestra.run.smithi133.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-24T02:28:54.466 INFO:teuthology.orchestra.run.smithi133.stderr:Error: No packages marked for reinstall. 2024-01-24T02:28:54.513 DEBUG:teuthology.orchestra.run.smithi133:> rpm -q kernel | sort -rV | head -n 1 2024-01-24T02:28:54.667 INFO:teuthology.orchestra.run.smithi133.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:54.668 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-24T02:28:54.668 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-24T02:28:54.668 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T02:28:54.668 DEBUG:teuthology.orchestra.run.smithi133:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:28:54.703 INFO:teuthology.orchestra.run.smithi133.stdout:ttyS1 2024-01-24T02:28:54.715 DEBUG:teuthology.parallel:result is None 2024-01-24T02:28:54.715 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T02:28:54.723 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T02:28:54.723 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:28:54.726 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:28:54.772 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T02:28:54.779 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T02:28:54.810 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T02:28:54.810 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:28:54.813 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:28:54.855 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T02:28:54.862 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T02:28:54.862 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T02:28:54.894 DEBUG:teuthology.orchestra.run.smithi133:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-24T02:28:54.926 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:28:54.933 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:28:54.936 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:28:54.946 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:28:54.947 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T02:28:54.955 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T02:28:54.955 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:28:54.990 DEBUG:teuthology.orchestra.run.smithi133:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:28:55.018 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T02:28:55.027 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T02:28:55.027 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:28:55.062 DEBUG:teuthology.orchestra.run.smithi133:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:28:55.079 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:28:55.160 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:28:55.210 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:28:55.291 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:28:55.337 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:28:55.337 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:28:55.403 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:28:55.449 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:28:55.496 DEBUG:teuthology.orchestra.run.smithi133:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:28:55.580 DEBUG:teuthology.orchestra.run.smithi133:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:28:55.622 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:28:55.622 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:28:55.689 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-01-24T02:28:55.691 DEBUG:teuthology.orchestra.run.smithi133:> sudo service rsyslog restart 2024-01-24T02:28:55.735 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:28:55.771 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T02:28:56.123 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T02:28:56.131 INFO:teuthology.task.internal:Starting timer... 2024-01-24T02:28:56.132 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T02:28:56.173 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T02:28:56.196 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-24T02:28:56.196 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2024-01-24T02:28:56.266 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2024-01-24T02:28:56.268 DEBUG:teuthology.orchestra.run.smithi133:> sudo service auditd rotate 2024-01-24T02:28:56.328 INFO:teuthology.orchestra.run.smithi133.stdout:Rotating logs: 2024-01-24T02:28:56.330 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T02:28:56.330 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2024-01-24T02:28:56.351 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2024-01-24T02:28:56.351 DEBUG:teuthology.orchestra.run.smithi133:> /usr/sbin/getenforce 2024-01-24T02:28:56.371 INFO:teuthology.orchestra.run.smithi133.stdout:Permissive 2024-01-24T02:28:56.371 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi076.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi133.front.sepia.ceph.com': 'permissive'} 2024-01-24T02:28:56.372 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:28:56.418 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:28:56.419 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T02:28:56.447 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:28:56.447 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T02:28:56.447 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2024-01-24T02:28:56.487 DEBUG:teuthology.orchestra.run.smithi133:> sudo /usr/sbin/setenforce permissive 2024-01-24T02:28:56.549 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T02:28:56.560 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T02:28:56.576 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-24T02:28:56.577 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi076.front.sepia.ceph.com,smithi133.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T02:37:52.242 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi133.front.sepia.ceph.com')] 2024-01-24T02:37:52.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-01-24T02:37:52.244 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:37:52.319 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-01-24T02:37:52.385 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-01-24T02:37:52.385 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-24T02:37:52.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi133.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:37:52.459 DEBUG:teuthology.orchestra.run.smithi133:> true 2024-01-24T02:37:52.526 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi133.front.sepia.ceph.com' 2024-01-24T02:37:52.527 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T02:37:52.536 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T02:37:52.536 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T02:37:52.537 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:37:52.539 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T02:37:52.539 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T02:37:52.570 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T02:37:52.584 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T02:37:52.599 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-24T02:37:52.615 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-24T02:37:52.659 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2024-01-24T02:37:52.671 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2024-01-24T02:37:52.686 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T02:37:52.689 INFO:teuthology.orchestra.run.smithi133.stderr:sudo: ntpd: command not found 2024-01-24T02:37:52.700 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T02:37:52.701 INFO:teuthology.orchestra.run.smithi133.stdout:506 Cannot talk to daemon 2024-01-24T02:37:52.715 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-24T02:37:52.729 INFO:teuthology.orchestra.run.smithi133.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-24T02:37:52.781 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2024-01-24T02:37:52.785 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:37:52.785 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-01-24T02:37:52.785 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.786 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.786 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.786 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.794 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.798 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T02:37:52.799 INFO:teuthology.run_tasks:Running task pexec... 2024-01-24T02:37:52.809 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-24T02:37:52.809 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:37:52.809 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T02:37:52.809 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi133.front.sepia.ceph.com 2024-01-24T02:37:52.809 DEBUG:teuthology.orchestra.run.smithi133:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-24T02:37:53.203 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:37:53.218 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2024-01-24T02:37:54.850 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2024-01-24T02:37:55.252 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2024-01-24T02:37:55.535 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2024-01-24T02:37:55.918 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-01-24T02:37:58.528 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout: Package Architecture Version Repository Size 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout:Resetting modules: 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout:================================================================================ 2024-01-24T02:37:58.529 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:37:58.914 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout:Resetting modules: 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:37:58.915 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:09.346 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-01-24T02:38:09.818 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:38:11.311 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-24T02:38:11.767 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2024-01-24T02:38:11.790 INFO:teuthology.orchestra.run.smithi133.stdout:Updating Subscription Management repositories. 2024-01-24T02:38:12.405 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 37 kB/s | 4.1 kB 00:00 2024-01-24T02:38:13.739 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 kB/s | 4.5 kB 00:00 2024-01-24T02:38:14.411 INFO:teuthology.orchestra.run.smithi133.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-01-24T02:38:15.139 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================== 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================== 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:Installing group/module packages: 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-24T02:38:15.295 INFO:teuthology.orchestra.run.smithi076.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout:Installing weak dependencies: 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout:Installing module profiles: 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools/common 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling module streams: 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools rhel8 2024-01-24T02:38:15.296 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================== 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:Install 13 Packages 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 26 M 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 87 M 2024-01-24T02:38:15.297 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-01-24T02:38:15.437 INFO:teuthology.orchestra.run.smithi076.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 294 kB/s | 41 kB 00:00 2024-01-24T02:38:15.462 INFO:teuthology.orchestra.run.smithi076.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 151 kB/s | 25 kB 00:00 2024-01-24T02:38:15.488 INFO:teuthology.orchestra.run.smithi076.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 495 kB/s | 94 kB 00:00 2024-01-24T02:38:15.595 INFO:teuthology.orchestra.run.smithi076.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 6.4 MB/s | 1.0 MB 00:00 2024-01-24T02:38:15.638 INFO:teuthology.orchestra.run.smithi076.stdout:(5/13): cockpit-podman-75-1.module+el8.9.0+2032 4.8 MB/s | 739 kB 00:00 2024-01-24T02:38:15.680 INFO:teuthology.orchestra.run.smithi076.stdout:(6/13): crun-1.8.7-1.module+el8.9.0+20326+38708 5.6 MB/s | 239 kB 00:00 2024-01-24T02:38:15.722 INFO:teuthology.orchestra.run.smithi076.stdout:(7/13): criu-libs-3.18-4.module+el8.9.0+20326+3 310 kB/s | 39 kB 00:00 2024-01-24T02:38:15.898 INFO:teuthology.orchestra.run.smithi076.stdout:(8/13): buildah-1.31.3-1.module+el8.9.0+20326+3 20 MB/s | 8.8 MB 00:00 2024-01-24T02:38:15.940 INFO:teuthology.orchestra.run.smithi076.stdout:(9/13): python3-podman-4.6.0-1.module+el8.9.0+2 707 kB/s | 153 kB 00:00 2024-01-24T02:38:16.023 INFO:teuthology.orchestra.run.smithi076.stdout:(10/13): netavark-1.7.0-1.module+el8.9.0+20326+ 11 MB/s | 3.7 MB 00:00 2024-01-24T02:38:16.115 INFO:teuthology.orchestra.run.smithi076.stdout:(11/13): udica-0.2.6-20.module+el8.9.0+20326+38 539 kB/s | 49 kB 00:00 2024-01-24T02:38:16.198 INFO:teuthology.orchestra.run.smithi076.stdout:(12/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 9.8 MB/s | 2.5 MB 00:00 2024-01-24T02:38:16.315 INFO:teuthology.orchestra.run.smithi076.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 20 MB/s | 8.1 MB 00:00 2024-01-24T02:38:16.316 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:38:16.316 INFO:teuthology.orchestra.run.smithi076.stdout:Total 25 MB/s | 26 MB 00:01 2024-01-24T02:38:16.603 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-01-24T02:38:16.624 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-01-24T02:38:16.624 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-01-24T02:38:16.852 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-01-24T02:38:16.861 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-01-24T02:38:17.181 INFO:teuthology.orchestra.run.smithi133.stdout:Dependencies resolved. 2024-01-24T02:38:17.340 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================== 2024-01-24T02:38:17.340 INFO:teuthology.orchestra.run.smithi133.stdout: Package Arch Version Repository Size 2024-01-24T02:38:17.340 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================== 2024-01-24T02:38:17.340 INFO:teuthology.orchestra.run.smithi133.stdout:Installing group/module packages: 2024-01-24T02:38:17.340 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout:Installing dependencies: 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout:Installing weak dependencies: 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout:Installing module profiles: 2024-01-24T02:38:17.341 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools/common 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout:Enabling module streams: 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout: container-tools rhel8 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction Summary 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout:========================================================================================================== 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout:Install 13 Packages 2024-01-24T02:38:17.342 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:38:17.343 INFO:teuthology.orchestra.run.smithi133.stdout:Total download size: 26 M 2024-01-24T02:38:17.343 INFO:teuthology.orchestra.run.smithi133.stdout:Installed size: 87 M 2024-01-24T02:38:17.343 INFO:teuthology.orchestra.run.smithi133.stdout:Downloading Packages: 2024-01-24T02:38:17.500 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-01-24T02:38:17.524 INFO:teuthology.orchestra.run.smithi133.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 227 kB/s | 41 kB 00:00 2024-01-24T02:38:17.549 INFO:teuthology.orchestra.run.smithi133.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 120 kB/s | 25 kB 00:00 2024-01-24T02:38:17.576 INFO:teuthology.orchestra.run.smithi133.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 407 kB/s | 94 kB 00:00 2024-01-24T02:38:17.641 INFO:teuthology.orchestra.run.smithi133.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 8.6 MB/s | 1.0 MB 00:00 2024-01-24T02:38:17.741 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-24T02:38:17.833 INFO:teuthology.orchestra.run.smithi133.stdout:(5/13): buildah-1.31.3-1.module+el8.9.0+20326+3 31 MB/s | 8.8 MB 00:00 2024-01-24T02:38:17.858 INFO:teuthology.orchestra.run.smithi133.stdout:(6/13): criu-libs-3.18-4.module+el8.9.0+20326+3 181 kB/s | 39 kB 00:00 2024-01-24T02:38:17.892 INFO:teuthology.orchestra.run.smithi133.stdout:(7/13): cockpit-podman-75-1.module+el8.9.0+2032 2.3 MB/s | 739 kB 00:00 2024-01-24T02:38:18.000 INFO:teuthology.orchestra.run.smithi133.stdout:(8/13): python3-podman-4.6.0-1.module+el8.9.0+2 1.4 MB/s | 153 kB 00:00 2024-01-24T02:38:18.026 INFO:teuthology.orchestra.run.smithi133.stdout:(9/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.2 MB/s | 239 kB 00:00 2024-01-24T02:38:18.084 INFO:teuthology.orchestra.run.smithi133.stdout:(10/13): netavark-1.7.0-1.module+el8.9.0+20326+ 16 MB/s | 3.7 MB 00:00 2024-01-24T02:38:18.201 INFO:teuthology.orchestra.run.smithi133.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 14 MB/s | 2.5 MB 00:00 2024-01-24T02:38:18.226 INFO:teuthology.orchestra.run.smithi133.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 348 kB/s | 49 kB 00:00 2024-01-24T02:38:18.242 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-24T02:38:18.351 INFO:teuthology.orchestra.run.smithi133.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 23 MB/s | 8.1 MB 00:00 2024-01-24T02:38:18.352 INFO:teuthology.orchestra.run.smithi133.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:38:18.352 INFO:teuthology.orchestra.run.smithi133.stdout:Total 25 MB/s | 26 MB 00:01 2024-01-24T02:38:18.438 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-24T02:38:18.633 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-24T02:38:18.643 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction check 2024-01-24T02:38:18.664 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction check succeeded. 2024-01-24T02:38:18.664 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction test 2024-01-24T02:38:18.819 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-24T02:38:18.892 INFO:teuthology.orchestra.run.smithi133.stdout:Transaction test succeeded. 2024-01-24T02:38:18.901 INFO:teuthology.orchestra.run.smithi133.stdout:Running transaction 2024-01-24T02:38:19.011 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-24T02:38:19.247 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-24T02:38:19.513 INFO:teuthology.orchestra.run.smithi133.stdout: Preparing : 1/1 2024-01-24T02:38:19.959 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-24T02:38:20.165 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-24T02:38:20.419 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-24T02:38:20.509 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-24T02:38:20.693 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-24T02:38:20.824 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-24T02:38:20.908 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-24T02:38:21.112 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-24T02:38:21.313 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-24T02:38:21.565 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-24T02:38:21.714 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-24T02:38:21.960 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-24T02:38:22.151 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-24T02:38:22.453 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-24T02:38:22.565 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-24T02:38:22.566 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-24T02:38:22.682 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-24T02:38:23.032 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-24T02:38:23.922 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-24T02:38:24.186 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-24T02:38:24.352 INFO:teuthology.orchestra.run.smithi133.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-24T02:38:24.799 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-24T02:38:24.800 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-24T02:38:35.904 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-24T02:38:35.905 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2024-01-24T02:38:36.475 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T02:38:36.476 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.477 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:36.477 INFO:teuthology.orchestra.run.smithi076.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:36.477 INFO:teuthology.orchestra.run.smithi076.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T02:38:36.477 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:38:36.477 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-01-24T02:38:36.658 DEBUG:teuthology.parallel:result is None 2024-01-24T02:38:37.164 INFO:teuthology.orchestra.run.smithi133.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-24T02:38:37.164 INFO:teuthology.orchestra.run.smithi133.stdout:Installed products updated. 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout:Installed: 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.712 INFO:teuthology.orchestra.run.smithi133.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:38:37.713 INFO:teuthology.orchestra.run.smithi133.stdout:Complete! 2024-01-24T02:38:37.893 DEBUG:teuthology.parallel:result is None 2024-01-24T02:38:37.893 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-24T02:38:37.904 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-24T02:38:37.905 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:38:37.905 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:38:37.926 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-24T02:38:37.926 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 177465 Links: 1 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:37.986 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:38:22.295167661 +0000 2024-01-24T02:38:37.987 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:37:06.081150438 +0000 2024-01-24T02:38:37.987 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:37:06.081150438 +0000 2024-01-24T02:38:37.987 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:38:37.987 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T02:38:38.059 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:38:38.060 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:38:38.060 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000278652 s, 1.8 MB/s 2024-01-24T02:38:38.060 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T02:38:38.121 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 175637 Links: 1 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:38:22.295167661 +0000 2024-01-24T02:38:38.182 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:37:06.437139293 +0000 2024-01-24T02:38:38.183 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:37:06.437139293 +0000 2024-01-24T02:38:38.183 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:38:38.183 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T02:38:38.252 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:38:38.252 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:38:38.252 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000230855 s, 2.2 MB/s 2024-01-24T02:38:38.253 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T02:38:38.313 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 170609 Links: 1 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:38:22.295167661 +0000 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:37:06.821127271 +0000 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:37:06.821127271 +0000 2024-01-24T02:38:38.372 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:38:38.373 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T02:38:38.440 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:38:38.440 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:38:38.440 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.00019174 s, 2.7 MB/s 2024-01-24T02:38:38.441 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T02:38:38.500 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2024-01-24T02:38:38.558 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 177564 Links: 1 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:38:22.296167629 +0000 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:37:07.160116659 +0000 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:37:07.160116659 +0000 2024-01-24T02:38:38.559 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:38:38.559 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T02:38:38.625 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:38:38.625 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:38:38.625 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000237491 s, 2.2 MB/s 2024-01-24T02:38:38.626 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T02:38:38.684 DEBUG:teuthology.orchestra.run.smithi076:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-24T02:38:38.807 INFO:teuthology.orchestra.run.smithi076.stdout:loop 2024-01-24T02:38:38.808 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2024-01-24T02:38:38.809 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-24T02:38:38.844 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-01-24T02:38:38.880 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_11 2024-01-24T02:38:38.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2024-01-24T02:38:38.922 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-24T02:38:39.001 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-01-24T02:38:39.037 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_21 2024-01-24T02:38:39.076 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2024-01-24T02:38:39.076 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-24T02:38:39.153 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-01-24T02:38:39.189 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_31 2024-01-24T02:38:39.228 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2024-01-24T02:38:39.228 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-24T02:38:39.309 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-01-24T02:38:39.344 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_41 2024-01-24T02:38:39.383 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:38:39.383 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:38:39.444 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme list 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme0n1 PHFT620400U4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme1n1 5bd65ed24e15fe6dbd77 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme2n1 67b11d425d3c4476bbef Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:39.510 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme3n1 2a1394c98e80aa5798ef Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:39.511 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme4n1 3e05b85583f0a7742359 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:39.511 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T02:38:39.512 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:38:39.512 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2024-01-24T02:38:39.578 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:38:39.578 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:38:39.599 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-24T02:38:39.599 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_1 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 179306 Links: 1 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:38:24.531310911 +0000 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:37:23.429936257 +0000 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:37:23.429936257 +0000 2024-01-24T02:38:39.661 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:38:39.661 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T02:38:39.731 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:38:39.731 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:38:39.731 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000218253 s, 2.3 MB/s 2024-01-24T02:38:39.732 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T02:38:39.794 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_2 2024-01-24T02:38:39.852 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 178376 Links: 1 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:38:24.531310911 +0000 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:37:23.779929760 +0000 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:37:23.779929760 +0000 2024-01-24T02:38:39.853 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:38:39.853 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T02:38:39.920 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:38:39.921 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:38:39.921 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000203404 s, 2.5 MB/s 2024-01-24T02:38:39.922 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T02:38:39.981 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_3 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 179428 Links: 1 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:40.039 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:38:24.531310911 +0000 2024-01-24T02:38:40.040 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:37:24.131923224 +0000 2024-01-24T02:38:40.040 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:37:24.131923224 +0000 2024-01-24T02:38:40.040 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:38:40.040 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T02:38:40.107 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:38:40.107 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:38:40.107 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.00016363 s, 3.1 MB/s 2024-01-24T02:38:40.108 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T02:38:40.166 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/vg_nvme/lv_4 2024-01-24T02:38:40.224 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T02:38:40.224 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T02:38:40.224 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 179490 Links: 1 2024-01-24T02:38:40.224 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T02:38:40.225 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:device_t:s0 2024-01-24T02:38:40.225 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:38:24.531310911 +0000 2024-01-24T02:38:40.225 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:37:24.482916708 +0000 2024-01-24T02:38:40.225 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:37:24.482916708 +0000 2024-01-24T02:38:40.225 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:38:40.225 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T02:38:40.290 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:38:40.291 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:38:40.291 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000212044 s, 2.4 MB/s 2024-01-24T02:38:40.293 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T02:38:40.350 DEBUG:teuthology.orchestra.run.smithi133:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-24T02:38:40.466 INFO:teuthology.orchestra.run.smithi133.stdout:loop 2024-01-24T02:38:40.467 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_1... 2024-01-24T02:38:40.468 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-24T02:38:40.503 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-24T02:38:40.538 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_11 2024-01-24T02:38:40.579 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_2... 2024-01-24T02:38:40.579 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-24T02:38:40.660 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-24T02:38:40.695 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_21 2024-01-24T02:38:40.734 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_3... 2024-01-24T02:38:40.734 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-24T02:38:40.810 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-24T02:38:40.845 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_31 2024-01-24T02:38:40.884 INFO:tasks.nvme_loop:Connecting nvme_loop smithi133:/dev/vg_nvme/lv_4... 2024-01-24T02:38:40.884 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-24T02:38:40.960 INFO:teuthology.orchestra.run.smithi133.stdout:1 2024-01-24T02:38:40.996 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/vg_nvme/lv_41 2024-01-24T02:38:41.035 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:38:41.035 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:38:41.092 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme list 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme0n1 PHFT620401AQ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme1n1 49649d11b3861a934874 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme2n1 737bf3a6cc519e27e453 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme3n1 f4c8738bb57768a7b75c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:41.158 INFO:teuthology.orchestra.run.smithi133.stdout:/dev/nvme4n1 d9f062d79be439fb8a99 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-24T02:38:41.159 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T02:38:41.159 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:38:41.159 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/scratch_devs 2024-01-24T02:38:41.226 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T02:38:41.326 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-24T02:38:41.326 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T02:38:41.327 INFO:tasks.cephadm:Cluster fsid is af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:38:41.327 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T02:38:41.328 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T02:38:41.328 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi076': '172.21.15.76', 'mon.smithi133': '172.21.15.133'} 2024-01-24T02:38:41.328 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T02:38:41.328 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-01-24T02:38:41.362 DEBUG:teuthology.orchestra.run.smithi133:> sudo hostname $(hostname -s) 2024-01-24T02:38:41.389 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-24T02:38:41.390 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.617 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 02:38 /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.617 DEBUG:teuthology.orchestra.run.smithi133:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a70aebef70df6ec2d957347ccbfc484e0573dd5f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.773 INFO:teuthology.orchestra.run.smithi133.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 24 02:38 /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.774 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.796 DEBUG:teuthology.orchestra.run.smithi133:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T02:38:41.823 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-01-24T02:38:41.868 DEBUG:teuthology.orchestra.run.smithi133:> sudo mkdir -p /etc/ceph 2024-01-24T02:38:41.895 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-01-24T02:38:41.941 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 777 /etc/ceph 2024-01-24T02:38:41.967 INFO:tasks.cephadm:Writing seed config... 2024-01-24T02:38:41.968 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T02:38:41.969 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T02:38:41.969 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:38:41.970 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T02:38:42.000 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = af7406ce-ba61-11ee-95b1-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-24T02:38:42.000 DEBUG:teuthology.orchestra.run.smithi076:mon.smithi076> sudo journalctl -f -n 0 -u ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service 2024-01-24T02:38:42.042 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T02:38:42.042 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid af7406ce-ba61-11ee-95b1-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.76 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:38:42.072 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:-- Logs begin at Wed 2024-01-24 02:27:49 UTC. -- 2024-01-24T02:38:42.300 INFO:teuthology.orchestra.run.smithi076.stderr:-------------------------------------------------------------------------------- 2024-01-24T02:38:42.301 INFO:teuthology.orchestra.run.smithi076.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', 'af7406ce-ba61-11ee-95b1-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.76', '--skip-admin-label'] 2024-01-24T02:38:43.905 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: 4.6.1 2024-01-24T02:38:43.919 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying podman|docker is present... 2024-01-24T02:38:43.941 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: 4.6.1 2024-01-24T02:38:43.950 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying lvm2 is present... 2024-01-24T02:38:43.950 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying time synchronization is in place... 2024-01-24T02:38:43.957 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T02:38:43.964 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:38:43.970 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: enabled 2024-01-24T02:38:43.976 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: active 2024-01-24T02:38:43.977 INFO:teuthology.orchestra.run.smithi076.stderr:Unit chronyd.service is enabled and running 2024-01-24T02:38:43.977 INFO:teuthology.orchestra.run.smithi076.stderr:Repeating the final host check... 2024-01-24T02:38:43.998 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: 4.6.1 2024-01-24T02:38:44.006 INFO:teuthology.orchestra.run.smithi076.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-24T02:38:44.006 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl is present 2024-01-24T02:38:44.006 INFO:teuthology.orchestra.run.smithi076.stderr:lvcreate is present 2024-01-24T02:38:44.012 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T02:38:44.018 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:38:44.024 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: enabled 2024-01-24T02:38:44.030 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: active 2024-01-24T02:38:44.031 INFO:teuthology.orchestra.run.smithi076.stderr:Unit chronyd.service is enabled and running 2024-01-24T02:38:44.031 INFO:teuthology.orchestra.run.smithi076.stderr:Host looks OK 2024-01-24T02:38:44.031 INFO:teuthology.orchestra.run.smithi076.stderr:Cluster fsid: af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:38:44.031 INFO:teuthology.orchestra.run.smithi076.stderr:Acquiring lock 140449464074368 on /run/cephadm/af7406ce-ba61-11ee-95b1-87774f69a715.lock 2024-01-24T02:38:44.032 INFO:teuthology.orchestra.run.smithi076.stderr:Lock 140449464074368 acquired on /run/cephadm/af7406ce-ba61-11ee-95b1-87774f69a715.lock 2024-01-24T02:38:44.032 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying IP 172.21.15.76 port 3300 ... 2024-01-24T02:38:44.032 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying IP 172.21.15.76 port 6789 ... 2024-01-24T02:38:44.032 INFO:teuthology.orchestra.run.smithi076.stderr:Base mon IP(s) is [172.21.15.76:3300, 172.21.15.76:6789], mon addrv is [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-01-24T02:38:44.035 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-24T02:38:44.035 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-01-24T02:38:44.038 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T02:38:44.038 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-24T02:38:44.038 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: inet6 fe80::8ef1:3109:fd66:6e29/64 scope link noprefixroute 2024-01-24T02:38:44.041 INFO:teuthology.orchestra.run.smithi076.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T02:38:44.042 INFO:teuthology.orchestra.run.smithi076.stderr:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-01-24T02:38:44.042 INFO:teuthology.orchestra.run.smithi076.stderr:Mon IP `172.21.15.76` is in CIDR network `172.21.0.0/20` 2024-01-24T02:38:44.042 INFO:teuthology.orchestra.run.smithi076.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-24T02:38:44.043 INFO:teuthology.orchestra.run.smithi076.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T02:38:44.043 INFO:teuthology.orchestra.run.smithi076.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T02:38:44.160 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T02:38:44.237 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Getting image source signatures 2024-01-24T02:38:44.237 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Copying blob sha256:bc4c4b5b825b25c40bd4d1b5b2bef6bc41033cac3926cd78b1aa65ed9989b16b 2024-01-24T02:38:44.237 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Copying blob sha256:6c507150f7e9f028ef978d633e702dab944bbda82bfbc46f6307495cf6dd9fc7 2024-01-24T02:39:09.367 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Copying config sha256:377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T02:39:09.417 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: Writing manifest to image destination 2024-01-24T02:39:09.658 INFO:teuthology.orchestra.run.smithi076.stderr:/bin/podman: 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-24T02:39:10.219 INFO:teuthology.orchestra.run.smithi076.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T02:39:10.562 INFO:teuthology.orchestra.run.smithi076.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T02:39:10.563 INFO:teuthology.orchestra.run.smithi076.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T02:39:10.853 INFO:teuthology.orchestra.run.smithi076.stderr:stat: 167 167 2024-01-24T02:39:11.175 INFO:teuthology.orchestra.run.smithi076.stderr:Creating initial keys... 2024-01-24T02:39:11.442 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-authtool: AQBPeLBlj1JYGRAASzSLDg3n7h4iUx0+KoHC5A== 2024-01-24T02:39:12.075 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-authtool: AQBQeLBlTZn2AxAAz3hk6u5JazoRXAjmJWSOBg== 2024-01-24T02:39:12.733 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-authtool: AQBQeLBlhCW+KhAAIYYqcUnZV/bOsT0KGJpHsw== 2024-01-24T02:39:13.071 INFO:teuthology.orchestra.run.smithi076.stderr:Creating initial monmap... 2024-01-24T02:39:13.333 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T02:39:13.334 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:13.334 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T02:39:13.668 INFO:teuthology.orchestra.run.smithi076.stderr:monmaptool for smithi076 [v2:172.21.15.76:3300,v1:172.21.15.76:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T02:39:13.669 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/monmaptool: set fsid to af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:13.669 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T02:39:13.669 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:39:13.669 INFO:teuthology.orchestra.run.smithi076.stderr:Creating mon... 2024-01-24T02:39:13.975 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.949+0000 7f6f8e4db880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T02:39:14.001 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.949+0000 7f6f8e4db880 1 imported monmap: 2024-01-24T02:39:14.001 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T02:39:13.313416+0000 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: created 2024-01-24T02:39:13.313416+0000 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.smithi076 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.949+0000 7f6f8e4db880 0 /usr/bin/ceph-mon: set fsid to af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: DB SUMMARY 2024-01-24T02:39:14.002 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi076/store.db dir, Total Num: 0, files: 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi076/store.db: 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.create_if_missing: 1 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.env: 0x560eafb42080 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.fs: Posix File System 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.info_log: 0x560eb155f380 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.statistics: (nil) 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.use_fsync: 0 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T02:39:14.003 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.db_log_dir: 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi076/store.db 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T02:39:14.004 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.write_buffer_manager: 0x560eb1565980 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T02:39:14.005 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.unordered_write: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.row_cache: None 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.wal_filter: None 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T02:39:14.006 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T02:39:14.007 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.max_open_files: -1 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Compression algorithms supported: 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kZSTD supported: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.950+0000 7f6f8e4db880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T02:39:14.008 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.951+0000 7f6f8e4db880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.merge_operator: 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.compaction_filter: None 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560eb1475d30) 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T02:39:14.009 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_cache: 0x560eb14aad10 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T02:39:14.010 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T02:39:14.011 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.compression: NoCompression 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.953+0000 7f6f8e4db880 4 rocksdb: Options.num_levels: 7 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T02:39:14.012 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T02:39:14.013 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T02:39:14.014 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T02:39:14.015 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.ttl: 2592000 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.954+0000 7f6f8e4db880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.016 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.955+0000 7f6f8e4db880 4 rocksdb: DB pointer 0x560eb1573800 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.955+0000 7f6f77351700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.955+0000 7f6f77351700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:39:14.017 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:39:14.018 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:39:14.019 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.956+0000 7f6f8e4db880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.956+0000 7f6f8e4db880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T02:39:14.020 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph-mon: debug 2024-01-24T02:39:13.956+0000 7f6f8e4db880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi076 for mon.smithi076 2024-01-24T02:39:14.309 INFO:teuthology.orchestra.run.smithi076.stderr:create mon.smithi076 on 2024-01-24T02:39:14.418 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-24T02:39:14.520 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target. 2024-01-24T02:39:14.521 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target. 2024-01-24T02:39:14.742 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Failed to reset failed state of unit ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service: Unit ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service not loaded. 2024-01-24T02:39:14.749 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Created symlink /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target.wants/ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service → /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715@.service. 2024-01-24T02:39:15.238 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: disabled 2024-01-24T02:39:15.244 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:39:15.245 INFO:teuthology.orchestra.run.smithi076.stderr:firewalld.service is not enabled 2024-01-24T02:39:15.245 INFO:teuthology.orchestra.run.smithi076.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T02:39:15.246 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mon to start... 2024-01-24T02:39:15.246 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mon... 2024-01-24T02:39:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.232335+0000 mon.smithi076 (mon.0) 1 : cluster [INF] mon.smithi076 is new leader, mons smithi076 in quorum (ranks 0) 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: cluster: 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: id: af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: services: 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi076 (age 0.451804s) 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T02:39:15.709 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: data: 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: pgs: 2024-01-24T02:39:15.710 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:16.094 INFO:teuthology.orchestra.run.smithi076.stderr:mon is available 2024-01-24T02:39:16.094 INFO:teuthology.orchestra.run.smithi076.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.256053+0000 mon.smithi076 (mon.0) 2 : cluster [INF] mon.smithi076 is new leader, mons smithi076 in quorum (ranks 0) 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.256305+0000 mon.smithi076 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.265201+0000 mon.smithi076 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.273797+0000 mon.smithi076 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: cluster 2024-01-24T02:39:15.274266+0000 mon.smithi076 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T02:39:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: audit 2024-01-24T02:39:15.707809+0000 mon.smithi076 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.76:0/2240662308' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T02:39:16.536 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [global] 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: fsid = af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.76:3300,v1:172.21.15.76:6789] 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [mgr] 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [osd] 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T02:39:16.537 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T02:39:16.894 INFO:teuthology.orchestra.run.smithi076.stderr:Generating new minimal ceph.conf... 2024-01-24T02:39:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: audit 2024-01-24T02:39:16.533180+0000 mon.smithi076 (mon.0) 8 : audit [INF] from='client.? 172.21.15.76:0/2849328373' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:39:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: audit 2024-01-24T02:39:16.535821+0000 mon.smithi076 (mon.0) 9 : audit [INF] from='client.? 172.21.15.76:0/2849328373' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T02:39:17.694 INFO:teuthology.orchestra.run.smithi076.stderr:Restarting the monitor... 2024-01-24T02:39:17.930 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 systemd[1]: Stopping Ceph mon.smithi076 for af7406ce-ba61-11ee-95b1-87774f69a715... 2024-01-24T02:39:17.930 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 bash[32655]: Error: no container with name or ID "ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon.smithi076" found: no such container 2024-01-24T02:39:18.267 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: debug 2024-01-24T02:39:17.929+0000 7f9f88a24700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi076 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T02:39:18.268 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32331]: debug 2024-01-24T02:39:17.929+0000 7f9f88a24700 -1 mon.smithi076@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T02:39:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 bash[32702]: ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076 2024-01-24T02:39:18.872 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 systemd[1]: ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service: Succeeded. 2024-01-24T02:39:18.873 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 systemd[1]: Stopped Ceph mon.smithi076 for af7406ce-ba61-11ee-95b1-87774f69a715. 2024-01-24T02:39:18.873 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 systemd[1]: Starting Ceph mon.smithi076 for af7406ce-ba61-11ee-95b1-87774f69a715... 2024-01-24T02:39:18.961 INFO:teuthology.orchestra.run.smithi076.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.924+0000 7f293fac7880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.924+0000 7f293fac7880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.924+0000 7f293fac7880 0 pidfile_write: ignore empty --pid-file 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 0 load: jerasure load: lrc load: isa 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: DB SUMMARY 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi076/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi076/store.db: 000006.log size: 81204 ; 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.env: 0x55930c0d4080 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.fs: Posix File System 2024-01-24T02:39:19.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.info_log: 0x55930c973d20 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.statistics: (nil) 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.use_fsync: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T02:39:19.334 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.db_log_dir: 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi076/store.db 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.write_buffer_manager: 0x55930d5ca480 2024-01-24T02:39:19.335 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.unordered_write: 0 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T02:39:19.336 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.row_cache: None 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.wal_filter: None 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T02:39:19.337 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.928+0000 7f293fac7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_open_files: -1 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Compression algorithms supported: 2024-01-24T02:39:19.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kZSTD supported: 0 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000005 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T02:39:19.339 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.merge_operator: 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_filter: None 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55930c923d28) 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cache_index_and_filter_blocks: 1 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: pin_top_level_index_and_filter: 1 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: index_type: 0 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: data_block_index_type: 0 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: index_shortening: 1 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T02:39:19.340 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: hash_index_allow_collision: 1 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: checksum: 1 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: no_block_cache: 0 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_cache: 0x55930c958f10 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_cache_name: BinnedLRUCache 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_cache_options: 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: capacity : 536870912 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: num_shard_bits : 4 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: strict_capacity_limit : 0 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: high_pri_pool_ratio: 0.000 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_cache_compressed: (nil) 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: persistent_cache: (nil) 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_size: 4096 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_size_deviation: 10 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_restart_interval: 16 2024-01-24T02:39:19.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: index_block_restart_interval: 1 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: metadata_block_size: 4096 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: partition_filters: 0 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: use_delta_encoding: 1 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: whole_key_filtering: 1 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: verify_compression: 0 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: read_amp_bytes_per_bit: 0 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: format_version: 2 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: enable_index_compression: 1 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: block_align: 0 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression: NoCompression 2024-01-24T02:39:19.342 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.num_levels: 7 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T02:39:19.343 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T02:39:19.344 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T02:39:19.345 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T02:39:19.346 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.ttl: 2592000 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706063958930485, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.929+0000 7f293fac7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.930+0000 7f293fac7880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-24T02:39:19.347 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.930+0000 7f293fac7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706063958931276, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78207, "table_properties": {"data_size": 76501, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71071, "raw_average_value_size": 364, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706063958, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.930+0000 7f293fac7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.931+0000 7f293fac7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706063958931698, "job": 1, "event": "recovery_finished"} 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.931+0000 7f293fac7880 4 rocksdb: DB pointer 0x55930ca21800 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.931+0000 7f29268bc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.931+0000 7f29268bc700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** DB Stats ** 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T02:39:19.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** Compaction Stats [default] ** 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: L0 2/0 78.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Sum 2/0 78.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** Compaction Stats [default] ** 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:19.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Cumulative compaction: 0.00 GB write, 27.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Interval compaction: 0.00 GB write, 27.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** Compaction Stats [default] ** 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: L0 2/0 78.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Sum 2/0 78.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** Compaction Stats [default] ** 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:39:19.351 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Cumulative compaction: 0.00 GB write, 27.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.932+0000 7f293fac7880 0 starting mon.smithi076 rank 0 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi076 fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:19.352 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 1 mon.smithi076@-1(???) e1 preinit fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).mds e1 new map 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).mds e1 print_map 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: e1 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: legacy client fscid: -1 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: No filesystems configured 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 0 mon.smithi076@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:39:19.353 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:16.533180+0000 mon.smithi076 (mon.0) 8 : audit [INF] from='client.? 172.21.15.76:0/2849328373' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:16.535821+0000 mon.smithi076 (mon.0) 9 : audit [INF] from='client.? 172.21.15.76:0/2849328373' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T02:39:18.933+0000 7f293fac7880 1 mon.smithi076@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 bash[32824]: b0c8c6d7d6c60368df621f86456615a94f89410be0bd8c4cf646683ac92e0026 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:18 smithi076 systemd[1]: Started Ceph mon.smithi076 for af7406ce-ba61-11ee-95b1-87774f69a715. 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:18.949230+0000 mon.smithi076 (mon.0) 1 : cluster [INF] mon.smithi076 is new leader, mons smithi076 in quorum (ranks 0) 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:18.949290+0000 mon.smithi076 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:18.949687+0000 mon.smithi076 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:18.949716+0000 mon.smithi076 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T02:39:19.354 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:18.950063+0000 mon.smithi076 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T02:39:19.802 INFO:teuthology.orchestra.run.smithi076.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T02:39:19.802 INFO:teuthology.orchestra.run.smithi076.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:39:19.802 INFO:teuthology.orchestra.run.smithi076.stderr:Creating mgr... 2024-01-24T02:39:19.802 INFO:teuthology.orchestra.run.smithi076.stderr:Verifying port 9283 ... 2024-01-24T02:39:19.937 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Failed to reset failed state of unit ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mgr.smithi076.yiuunk.service: Unit ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mgr.smithi076.yiuunk.service not loaded. 2024-01-24T02:39:19.943 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: Created symlink /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715.target.wants/ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mgr.smithi076.yiuunk.service → /etc/systemd/system/ceph-af7406ce-ba61-11ee-95b1-87774f69a715@.service. 2024-01-24T02:39:20.462 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: disabled 2024-01-24T02:39:20.469 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:39:20.470 INFO:teuthology.orchestra.run.smithi076.stderr:firewalld.service is not enabled 2024-01-24T02:39:20.470 INFO:teuthology.orchestra.run.smithi076.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T02:39:20.479 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: disabled 2024-01-24T02:39:20.487 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:39:20.488 INFO:teuthology.orchestra.run.smithi076.stderr:firewalld.service is not enabled 2024-01-24T02:39:20.488 INFO:teuthology.orchestra.run.smithi076.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T02:39:20.488 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mgr to start... 2024-01-24T02:39:20.488 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mgr... 2024-01-24T02:39:20.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:19.417583+0000 mon.smithi076 (mon.0) 6 : audit [INF] from='client.? 172.21.15.76:0/577704367' entity='client.admin' 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsid": "af7406ce-ba61-11ee-95b1-87774f69a715", 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:39:20.958 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 0 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "smithi076" 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:20.959 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:39:20.960 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "available": false, 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:20.961 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:39:15.259728+0000", 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:39:20.962 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:39:21.327 INFO:teuthology.orchestra.run.smithi076.stderr:mgr not available, waiting (1/15)... 2024-01-24T02:39:21.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:20.952350+0000 mon.smithi076 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.76:0/2455304783' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsid": "af7406ce-ba61-11ee-95b1-87774f69a715", 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.757 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 0 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "smithi076" 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:23.758 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:39:23.759 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:39:23.759 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:39:23.759 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:39:23.762 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "available": false, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:39:23.763 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:39:15.259728+0000", 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:39:23.764 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:39:24.045 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:23.754584+0000 mon.smithi076 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.76:0/1108504908' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:39:24.118 INFO:teuthology.orchestra.run.smithi076.stderr:mgr not available, waiting (2/15)... 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:25.784619+0000 mon.smithi076 (mon.0) 9 : cluster [INF] Activating manager daemon smithi076.yiuunk 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:25.787398+0000 mon.smithi076 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi076.yiuunk(active, starting, since 0.00288234s) 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.788287+0000 mon.smithi076 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.788475+0000 mon.smithi076 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.788598+0000 mon.smithi076 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:39:26.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.788739+0000 mon.smithi076 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.788919+0000 mon.smithi076 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.yiuunk", "id": "smithi076.yiuunk"}]: dispatch 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:25.801954+0000 mon.smithi076 (mon.0) 16 : cluster [INF] Manager daemon smithi076.yiuunk is now available 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.813570+0000 mon.smithi076 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.817942+0000 mon.smithi076 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.819498+0000 mon.smithi076 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/trash_purge_schedule"}]: dispatch 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.824786+0000 mon.smithi076 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:26.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:25.830471+0000 mon.smithi076 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.76:0/3887724603' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:27.853 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:27.853 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsid": "af7406ce-ba61-11ee-95b1-87774f69a715", 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "health": { 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 0 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "smithi076" 2024-01-24T02:39:27.854 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T02:39:27.855 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T02:39:27.856 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "iostat", 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "nfs", 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "restful" 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ], 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T02:39:27.857 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T02:39:27.858 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "modified": "2024-01-24T02:39:15.259728+0000", 2024-01-24T02:39:27.858 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "services": {} 2024-01-24T02:39:27.858 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: }, 2024-01-24T02:39:27.858 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T02:39:27.858 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:39:28.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:26.790602+0000 mon.smithi076 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi076.yiuunk(active, since 1.00608s) 2024-01-24T02:39:28.160 INFO:teuthology.orchestra.run.smithi076.stderr:mgr is available 2024-01-24T02:39:28.656 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [global] 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: fsid = af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [mgr] 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: [osd] 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T02:39:28.657 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T02:39:28.992 INFO:teuthology.orchestra.run.smithi076.stderr:Enabling cephadm module... 2024-01-24T02:39:29.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:27.847755+0000 mon.smithi076 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.76:0/1720061383' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T02:39:29.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:28.655092+0000 mon.smithi076 (mon.0) 24 : audit [INF] from='client.? 172.21.15.76:0/2510833516' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T02:39:30.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:28.790146+0000 mon.smithi076 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi076.yiuunk(active, since 3s) 2024-01-24T02:39:30.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:29.524321+0000 mon.smithi076 (mon.0) 26 : audit [INF] from='client.? 172.21.15.76:0/3430124535' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "active_name": "smithi076.yiuunk", 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T02:39:30.878 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:39:31.169 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:29.940947+0000 mon.smithi076 (mon.0) 27 : audit [INF] from='client.? 172.21.15.76:0/3430124535' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T02:39:31.169 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:29.940999+0000 mon.smithi076 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi076.yiuunk(active, since 4s) 2024-01-24T02:39:31.169 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:30.877897+0000 mon.smithi076 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.76:0/549746752' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T02:39:31.225 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for the mgr to restart... 2024-01-24T02:39:31.225 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mgr epoch 5... 2024-01-24T02:39:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:35.302659+0000 mon.smithi076 (mon.0) 30 : cluster [INF] Active manager daemon smithi076.yiuunk restarted 2024-01-24T02:39:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:35.302972+0000 mon.smithi076 (mon.0) 31 : cluster [INF] Activating manager daemon smithi076.yiuunk 2024-01-24T02:39:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:35.306331+0000 mon.smithi076 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T02:39:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:35.306455+0000 mon.smithi076 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi076.yiuunk(active, starting, since 0.00360978s) 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.307425+0000 mon.smithi076 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.307992+0000 mon.smithi076 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.yiuunk", "id": "smithi076.yiuunk"}]: dispatch 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.308634+0000 mon.smithi076 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.308777+0000 mon.smithi076 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.308900+0000 mon.smithi076 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:35.322041+0000 mon.smithi076 (mon.0) 39 : cluster [INF] Manager daemon smithi076.yiuunk is now available 2024-01-24T02:39:35.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.333943+0000 mon.smithi076 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:36.315 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:36.315 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T02:39:36.315 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T02:39:36.315 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:39:36.610 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:35.331434+0000 mgr.smithi076.yiuunk (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.419773+0000 mon.smithi076 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.420881+0000 mon.smithi076 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.422906+0000 mon.smithi076 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.424680+0000 mon.smithi076 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.437461+0000 mon.smithi076 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:35.441148+0000 mon.smithi076 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/trash_purge_schedule"}]: dispatch 2024-01-24T02:39:36.611 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:36.308774+0000 mon.smithi076 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi076.yiuunk(active, since 1.00592s) 2024-01-24T02:39:36.658 INFO:teuthology.orchestra.run.smithi076.stderr:mgr epoch 5 is available 2024-01-24T02:39:36.658 INFO:teuthology.orchestra.run.smithi076.stderr:Setting orchestrator backend to cephadm... 2024-01-24T02:39:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:36.307832+0000 mgr.smithi076.yiuunk (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T02:39:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:36.314817+0000 mgr.smithi076.yiuunk (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T02:39:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:37.211340+0000 mon.smithi076 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:37.249841+0000 mon.smithi076 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:39:38.082 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: value unchanged 2024-01-24T02:39:38.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:37.207425+0000 mgr.smithi076.yiuunk (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:38.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:38.212117+0000 mon.smithi076 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi076.yiuunk(active, since 2s) 2024-01-24T02:39:39.508 INFO:teuthology.orchestra.run.smithi076.stderr:Generating ssh key... 2024-01-24T02:39:40.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:38.082590+0000 mgr.smithi076.yiuunk (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:42.153 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:40.647689+0000 mgr.smithi076.yiuunk (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:42.153 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:40.647920+0000 mgr.smithi076.yiuunk (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-24T02:39:42.153 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:40.850650+0000 mon.smithi076 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:42.153 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:40.853016+0000 mon.smithi076 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:44.551 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/kAEa2WCqT4QjICI0cXrNiEdlSpHE+a218Pc5DuFqfM/EocAvZGFU5IlKCFAZYV4PlH4y/rjS5XfgFKH1VR/7Ei3cTlwQ/ojl4OidEDgomS/f5iK/gHJMx/LsZ22gU5JvVoz23bc51iXnwfUeQb16JeZSRlPikgVM5RdGCrwMwz977NsnNtSg1HMy321WHd8Z595Ld+FOYsd7mlJPHjcUhF+LuV5HVj8bGgAAhYZuMn3ZJvwBbbNCoZ3UdoX/zOypVJeh1LhCfyQg1ufrM4itC7jpNf12yPo8dPmsU1tbx2k9k/kZolXRBVyke35dwjdgMR4RH2rafNO2nztD8BYlTk/ipHiR5Own2Wa8S+lvm4CZXVnEGdRHkjwxTYoH9foMF07WXVTlrnHZW45i3xXZ3eE6kFvlPwJlpQQtPg1gDNcWrb0ZYOb9PxmAUeSYqbxAYA/1+Ivv7r2aXX6dR/pQEWENvNuNXnluAORh4TKJJwDB8u7MJOPcGtc4EQSx1pE= ceph-af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:39:45.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:44.551201+0000 mgr.smithi076.yiuunk (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:46.731 INFO:teuthology.orchestra.run.smithi076.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T02:39:46.731 INFO:teuthology.orchestra.run.smithi076.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T02:39:46.732 INFO:teuthology.orchestra.run.smithi076.stderr:Adding host smithi076... 2024-01-24T02:39:48.678 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Added host 'smithi076' with addr '172.21.15.76' 2024-01-24T02:39:48.981 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying mon service with default placement... 2024-01-24T02:39:49.556 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T02:39:49.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:48.044472+0000 mgr.smithi076.yiuunk (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "addr": "172.21.15.76", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:49.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:48.677219+0000 mon.smithi076 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:49.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:48.677489+0000 mgr.smithi076.yiuunk (mgr.14116) 10 : cephadm [INF] Added host smithi076 2024-01-24T02:39:49.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:48.691370+0000 mon.smithi076 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:39:49.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:49.555220+0000 mon.smithi076 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:50.047 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying mgr service with default placement... 2024-01-24T02:39:50.788 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T02:39:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:49.551601+0000 mgr.smithi076.yiuunk (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:49.552884+0000 mgr.smithi076.yiuunk (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T02:39:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:50.253898+0000 mon.smithi076 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:50.502256+0000 mon.smithi076 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:51.372 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying crash service with default placement... 2024-01-24T02:39:51.988 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T02:39:52.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:50.784139+0000 mgr.smithi076.yiuunk (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:52.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:50.785014+0000 mgr.smithi076.yiuunk (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T02:39:52.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:50.788092+0000 mon.smithi076 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:52.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:51.422385+0000 mon.smithi076 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:52.555 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying prometheus service with default placement... 2024-01-24T02:39:53.082 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T02:39:53.245 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:51.985154+0000 mgr.smithi076.yiuunk (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:53.246 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:51.986150+0000 mgr.smithi076.yiuunk (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T02:39:53.246 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:51.988272+0000 mon.smithi076 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:53.422 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying grafana service with default placement... 2024-01-24T02:39:53.944 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T02:39:54.257 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:53.079556+0000 mgr.smithi076.yiuunk (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:54.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:53.080364+0000 mgr.smithi076.yiuunk (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T02:39:54.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:53.082628+0000 mon.smithi076 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:54.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:53.941334+0000 mgr.smithi076.yiuunk (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:54.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:53.942152+0000 mgr.smithi076.yiuunk (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T02:39:54.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:53.944990+0000 mon.smithi076 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:54.329 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying node-exporter service with default placement... 2024-01-24T02:39:54.875 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T02:39:55.213 INFO:teuthology.orchestra.run.smithi076.stderr:Deploying alertmanager service with default placement... 2024-01-24T02:39:55.734 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T02:39:56.040 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:54.872451+0000 mgr.smithi076.yiuunk (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:56.040 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:54.873319+0000 mgr.smithi076.yiuunk (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T02:39:56.041 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:54.875581+0000 mon.smithi076 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:56.041 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:55.734685+0000 mon.smithi076 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.76:0/1921438892' entity='mgr.smithi076.yiuunk' 2024-01-24T02:39:57.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:55.310042+0000 mgr.smithi076.yiuunk (mgr.14116) 23 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:39:57.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:55.731688+0000 mgr.smithi076.yiuunk (mgr.14116) 24 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:39:57.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:39:55.732456+0000 mgr.smithi076.yiuunk (mgr.14116) 25 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T02:39:57.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:56.632588+0000 mon.smithi076 (mon.0) 65 : audit [INF] from='client.? 172.21.15.76:0/2482410705' entity='client.admin' 2024-01-24T02:39:57.921 INFO:teuthology.orchestra.run.smithi076.stderr:Enabling the dashboard module... 2024-01-24T02:39:58.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:57.310305+0000 mgr.smithi076.yiuunk (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:39:58.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:57.509452+0000 mon.smithi076 (mon.0) 66 : audit [INF] from='client.? 172.21.15.76:0/2715561338' entity='client.admin' 2024-01-24T02:39:58.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:58.493447+0000 mon.smithi076 (mon.0) 67 : audit [INF] from='client.? 172.21.15.76:0/1811847342' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T02:39:59.804 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:39:59.804 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-24T02:39:59.805 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "available": true, 2024-01-24T02:39:59.805 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "active_name": "smithi076.yiuunk", 2024-01-24T02:39:59.805 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T02:39:59.805 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:40:00.105 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:58.880905+0000 mon.smithi076 (mon.0) 68 : audit [INF] from='client.? 172.21.15.76:0/1811847342' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T02:40:00.105 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:39:58.880973+0000 mon.smithi076 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi076.yiuunk(active, since 23s) 2024-01-24T02:40:00.105 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:39:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:39:59.804179+0000 mon.smithi076 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.76:0/1910290711' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T02:40:00.155 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for the mgr to restart... 2024-01-24T02:40:00.156 INFO:teuthology.orchestra.run.smithi076.stderr:Waiting for mgr epoch 9... 2024-01-24T02:40:05.295 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: { 2024-01-24T02:40:05.296 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-24T02:40:05.296 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T02:40:05.296 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: } 2024-01-24T02:40:05.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:04.283770+0000 mon.smithi076 (mon.0) 71 : cluster [INF] Active manager daemon smithi076.yiuunk restarted 2024-01-24T02:40:05.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:04.283995+0000 mon.smithi076 (mon.0) 72 : cluster [INF] Activating manager daemon smithi076.yiuunk 2024-01-24T02:40:05.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:04.287360+0000 mon.smithi076 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T02:40:05.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:04.287464+0000 mon.smithi076 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi076.yiuunk(active, starting, since 0.00355836s) 2024-01-24T02:40:05.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.288217+0000 mon.smithi076 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.288781+0000 mon.smithi076 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.yiuunk", "id": "smithi076.yiuunk"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.289635+0000 mon.smithi076 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.289785+0000 mon.smithi076 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.289941+0000 mon.smithi076 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:04.303254+0000 mon.smithi076 (mon.0) 80 : cluster [INF] Manager daemon smithi076.yiuunk is now available 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.396869+0000 mon.smithi076 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.398043+0000 mon.smithi076 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.421113+0000 mon.smithi076 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:40:05.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:04.424089+0000 mon.smithi076 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/trash_purge_schedule"}]: dispatch 2024-01-24T02:40:05.662 INFO:teuthology.orchestra.run.smithi076.stderr:mgr epoch 9 is available 2024-01-24T02:40:05.662 INFO:teuthology.orchestra.run.smithi076.stderr:Generating a dashboard self-signed certificate... 2024-01-24T02:40:06.301 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T02:40:06.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:05.288964+0000 mgr.smithi076.yiuunk (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T02:40:06.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:05.289327+0000 mon.smithi076 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi076.yiuunk(active, since 1.00542s) 2024-01-24T02:40:06.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:05.295467+0000 mgr.smithi076.yiuunk (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T02:40:06.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:05.325120+0000 mon.smithi076 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:06.779 INFO:teuthology.orchestra.run.smithi076.stderr:Creating initial admin user... 2024-01-24T02:40:07.553 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$mQt4hau262l3OpT2V/PPaebyxjFOmHyioMuX4X0jaKyoBQ5gMH.pS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706064007, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T02:40:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:06.209150+0000 mgr.smithi076.yiuunk (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:40:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:06.299997+0000 mon.smithi076 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:06.301804+0000 mon.smithi076 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:07.289932+0000 mon.smithi076 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi076.yiuunk(active, since 3s) 2024-01-24T02:40:07.904 INFO:teuthology.orchestra.run.smithi076.stderr:Fetching dashboard port number... 2024-01-24T02:40:08.424 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: 8443 2024-01-24T02:40:08.730 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:07.336321+0000 mgr.smithi076.yiuunk (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:40:08.730 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:07.553494+0000 mon.smithi076 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:08.731 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:08.422681+0000 mon.smithi076 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.76:0/311285738' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T02:40:08.787 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: disabled 2024-01-24T02:40:08.794 INFO:teuthology.orchestra.run.smithi076.stderr:systemctl: inactive 2024-01-24T02:40:08.794 INFO:teuthology.orchestra.run.smithi076.stderr:firewalld.service is not enabled 2024-01-24T02:40:08.795 INFO:teuthology.orchestra.run.smithi076.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T02:40:08.796 INFO:teuthology.orchestra.run.smithi076.stderr:Ceph Dashboard is now available at: 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr: URL: https://smithi076:8443/ 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr: User: admin 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr: Password: x365gsprmm 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:08.797 INFO:teuthology.orchestra.run.smithi076.stderr:Enabling autotune for osd_memory_target 2024-01-24T02:40:10.335 INFO:teuthology.orchestra.run.smithi076.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-24T02:40:10.678 INFO:teuthology.orchestra.run.smithi076.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-24T02:40:10.678 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.678 INFO:teuthology.orchestra.run.smithi076.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T02:40:10.678 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.678 INFO:teuthology.orchestra.run.smithi076.stderr:Or, if you are only running a single cluster on this host: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: ceph telemetry on 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr:For more information see: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T02:40:10.679 INFO:teuthology.orchestra.run.smithi076.stderr:Bootstrap complete. 2024-01-24T02:40:10.725 INFO:tasks.cephadm:Fetching config... 2024-01-24T02:40:10.726 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:40:10.726 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T02:40:10.743 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T02:40:10.743 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:40:10.744 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T02:40:10.801 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T02:40:10.801 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:40:10.802 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/keyring of=/dev/stdout 2024-01-24T02:40:10.872 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T02:40:10.872 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:40:10.872 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T02:40:10.929 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T02:40:10.930 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/kAEa2WCqT4QjICI0cXrNiEdlSpHE+a218Pc5DuFqfM/EocAvZGFU5IlKCFAZYV4PlH4y/rjS5XfgFKH1VR/7Ei3cTlwQ/ojl4OidEDgomS/f5iK/gHJMx/LsZ22gU5JvVoz23bc51iXnwfUeQb16JeZSRlPikgVM5RdGCrwMwz977NsnNtSg1HMy321WHd8Z595Ld+FOYsd7mlJPHjcUhF+LuV5HVj8bGgAAhYZuMn3ZJvwBbbNCoZ3UdoX/zOypVJeh1LhCfyQg1ufrM4itC7jpNf12yPo8dPmsU1tbx2k9k/kZolXRBVyke35dwjdgMR4RH2rafNO2nztD8BYlTk/ipHiR5Own2Wa8S+lvm4CZXVnEGdRHkjwxTYoH9foMF07WXVTlrnHZW45i3xXZ3eE6kFvlPwJlpQQtPg1gDNcWrb0ZYOb9PxmAUeSYqbxAYA/1+Ivv7r2aXX6dR/pQEWENvNuNXnluAORh4TKJJwDB8u7MJOPcGtc4EQSx1pE= ceph-af7406ce-ba61-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T02:40:11.007 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/kAEa2WCqT4QjICI0cXrNiEdlSpHE+a218Pc5DuFqfM/EocAvZGFU5IlKCFAZYV4PlH4y/rjS5XfgFKH1VR/7Ei3cTlwQ/ojl4OidEDgomS/f5iK/gHJMx/LsZ22gU5JvVoz23bc51iXnwfUeQb16JeZSRlPikgVM5RdGCrwMwz977NsnNtSg1HMy321WHd8Z595Ld+FOYsd7mlJPHjcUhF+LuV5HVj8bGgAAhYZuMn3ZJvwBbbNCoZ3UdoX/zOypVJeh1LhCfyQg1ufrM4itC7jpNf12yPo8dPmsU1tbx2k9k/kZolXRBVyke35dwjdgMR4RH2rafNO2nztD8BYlTk/ipHiR5Own2Wa8S+lvm4CZXVnEGdRHkjwxTYoH9foMF07WXVTlrnHZW45i3xXZ3eE6kFvlPwJlpQQtPg1gDNcWrb0ZYOb9PxmAUeSYqbxAYA/1+Ivv7r2aXX6dR/pQEWENvNuNXnluAORh4TKJJwDB8u7MJOPcGtc4EQSx1pE= ceph-af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:40:11.019 DEBUG:teuthology.orchestra.run.smithi133:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/kAEa2WCqT4QjICI0cXrNiEdlSpHE+a218Pc5DuFqfM/EocAvZGFU5IlKCFAZYV4PlH4y/rjS5XfgFKH1VR/7Ei3cTlwQ/ojl4OidEDgomS/f5iK/gHJMx/LsZ22gU5JvVoz23bc51iXnwfUeQb16JeZSRlPikgVM5RdGCrwMwz977NsnNtSg1HMy321WHd8Z595Ld+FOYsd7mlJPHjcUhF+LuV5HVj8bGgAAhYZuMn3ZJvwBbbNCoZ3UdoX/zOypVJeh1LhCfyQg1ufrM4itC7jpNf12yPo8dPmsU1tbx2k9k/kZolXRBVyke35dwjdgMR4RH2rafNO2nztD8BYlTk/ipHiR5Own2Wa8S+lvm4CZXVnEGdRHkjwxTYoH9foMF07WXVTlrnHZW45i3xXZ3eE6kFvlPwJlpQQtPg1gDNcWrb0ZYOb9PxmAUeSYqbxAYA/1+Ivv7r2aXX6dR/pQEWENvNuNXnluAORh4TKJJwDB8u7MJOPcGtc4EQSx1pE= ceph-af7406ce-ba61-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T02:40:11.081 INFO:teuthology.orchestra.run.smithi133.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/kAEa2WCqT4QjICI0cXrNiEdlSpHE+a218Pc5DuFqfM/EocAvZGFU5IlKCFAZYV4PlH4y/rjS5XfgFKH1VR/7Ei3cTlwQ/ojl4OidEDgomS/f5iK/gHJMx/LsZ22gU5JvVoz23bc51iXnwfUeQb16JeZSRlPikgVM5RdGCrwMwz977NsnNtSg1HMy321WHd8Z595Ld+FOYsd7mlJPHjcUhF+LuV5HVj8bGgAAhYZuMn3ZJvwBbbNCoZ3UdoX/zOypVJeh1LhCfyQg1ufrM4itC7jpNf12yPo8dPmsU1tbx2k9k/kZolXRBVyke35dwjdgMR4RH2rafNO2nztD8BYlTk/ipHiR5Own2Wa8S+lvm4CZXVnEGdRHkjwxTYoH9foMF07WXVTlrnHZW45i3xXZ3eE6kFvlPwJlpQQtPg1gDNcWrb0ZYOb9PxmAUeSYqbxAYA/1+Ivv7r2aXX6dR/pQEWENvNuNXnluAORh4TKJJwDB8u7MJOPcGtc4EQSx1pE= ceph-af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:40:11.096 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T02:40:11.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:10.333285+0000 mon.smithi076 (mon.0) 92 : audit [INF] from='client.? 172.21.15.76:0/2631595202' entity='client.admin' 2024-01-24T02:40:11.418 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:10.376127+0000 mon.smithi076 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi076.yiuunk(active, since 6s) 2024-01-24T02:40:13.136 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T02:40:13.137 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T02:40:14.001 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:12.727885+0000 mon.smithi076 (mon.0) 94 : audit [INF] from='client.? 172.21.15.76:0/2078708485' entity='client.admin' 2024-01-24T02:40:15.051 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi133 2024-01-24T02:40:15.052 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:40:15.052 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.conf 2024-01-24T02:40:15.072 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:40:15.073 DEBUG:teuthology.orchestra.run.smithi133:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:40:15.133 INFO:tasks.cephadm:Adding host smithi133 to orchestrator... 2024-01-24T02:40:15.133 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch host add smithi133 2024-01-24T02:40:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:14.056140+0000 mon.smithi076 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:14.373321+0000 mon.smithi076 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:40:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:14.376355+0000 mon.smithi076 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:14.384107+0000 mgr.smithi076.yiuunk (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi076 on smithi076 2024-01-24T02:40:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:14.728682+0000 mgr.smithi076.yiuunk (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:40:15.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:14.731915+0000 mon.smithi076 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:21.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:20.614741+0000 mon.smithi076 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:21.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:20.616205+0000 mon.smithi076 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:40:21.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:20.620463+0000 mon.smithi076 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T02:40:21.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:20.621032+0000 mon.smithi076 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:40:21.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:20.621473+0000 mgr.smithi076.yiuunk (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi076 on smithi076 2024-01-24T02:40:23.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.146951+0000 mon.smithi076 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:23.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.308830+0000 mon.smithi076 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:23.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.310698+0000 mon.smithi076 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:23.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.312713+0000 mon.smithi076 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T02:40:23.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.313033+0000 mgr.smithi076.yiuunk (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T02:40:23.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:22.315424+0000 mon.smithi076 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:23.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:22.322428+0000 mgr.smithi076.yiuunk (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi076 on smithi076 2024-01-24T02:40:25.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:24.291006+0000 mgr.smithi076.yiuunk (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:25.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:24.416065+0000 mon.smithi076 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:27.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:26.291297+0000 mgr.smithi076.yiuunk (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:29.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:28.291554+0000 mgr.smithi076.yiuunk (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:31.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:30.291713+0000 mgr.smithi076.yiuunk (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:33.681 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:32.291920+0000 mgr.smithi076.yiuunk (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:35.308 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:34.292162+0000 mgr.smithi076.yiuunk (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:35.526152+0000 mon.smithi076 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:35.528262+0000 mgr.smithi076.yiuunk (mgr.14156) 16 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-01-24T02:40:37.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:36.292453+0000 mgr.smithi076.yiuunk (mgr.14156) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:39.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:38.292803+0000 mgr.smithi076.yiuunk (mgr.14156) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:40:39.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:39.038408+0000 mon.smithi076 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:39.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:39.040445+0000 mon.smithi076 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T02:40:39.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:39.420823+0000 mon.smithi076 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:40.040334+0000 mon.smithi076 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.76:0/248152724' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T02:40:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:40.040447+0000 mon.smithi076 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi076.yiuunk(active, since 35s) 2024-01-24T02:40:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:45.326512+0000 mon.smithi076 (mon.0) 115 : cluster [INF] Active manager daemon smithi076.yiuunk restarted 2024-01-24T02:40:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:45.326745+0000 mon.smithi076 (mon.0) 116 : cluster [INF] Activating manager daemon smithi076.yiuunk 2024-01-24T02:40:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:45.329933+0000 mon.smithi076 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T02:40:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:45.330025+0000 mon.smithi076 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi076.yiuunk(active, starting, since 0.00336882s) 2024-01-24T02:40:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.331087+0000 mon.smithi076 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:40:45.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.331702+0000 mon.smithi076 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.yiuunk", "id": "smithi076.yiuunk"}]: dispatch 2024-01-24T02:40:45.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.332303+0000 mon.smithi076 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T02:40:45.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.332477+0000 mon.smithi076 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T02:40:45.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.332672+0000 mon.smithi076 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T02:40:45.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:45.334586+0000 mon.smithi076 (mon.0) 124 : cluster [INF] Manager daemon smithi076.yiuunk is now available 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.430397+0000 mon.smithi076 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.431728+0000 mon.smithi076 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.453399+0000 mon.smithi076 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.464042+0000 mon.smithi076 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/mirror_snapshot_schedule"}]: dispatch 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:45.467812+0000 mon.smithi076 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi076.yiuunk/trash_purge_schedule"}]: dispatch 2024-01-24T02:40:46.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:46.331507+0000 mon.smithi076 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi076.yiuunk(active, since 1.00485s) 2024-01-24T02:40:46.967 INFO:teuthology.orchestra.run.smithi133.stdout:Added host 'smithi133' with addr '172.21.15.133' 2024-01-24T02:40:47.309 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T02:40:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:46.966525+0000 mon.smithi076 (mon.0) 131 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:46.966828+0000 mgr.smithi076.yiuunk (mgr.14180) 2 : cephadm [INF] Added host smithi133 2024-01-24T02:40:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.627989+0000 mon.smithi076 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.910860+0000 mon.smithi076 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:40:48.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.911686+0000 mon.smithi076 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:40:48.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.912281+0000 mon.smithi076 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:40:48.523 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:40:48.524 INFO:teuthology.orchestra.run.smithi133.stdout:[{"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.133", "hostname": "smithi133", "labels": [], "status": ""}] 2024-01-24T02:40:48.954 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T02:40:48.954 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:47.913299+0000 mgr.smithi076.yiuunk (mgr.14180) 3 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:47.939789+0000 mgr.smithi076.yiuunk (mgr.14180) 4 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:47.968338+0000 mon.smithi076 (mon.0) 136 : cluster [DBG] mgrmap e17: smithi076.yiuunk(active, since 2s) 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.970433+0000 mon.smithi076 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:47.972744+0000 mon.smithi076 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:49.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:47.984385+0000 mgr.smithi076.yiuunk (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-01-24T02:40:50.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:48.523949+0000 mgr.smithi076.yiuunk (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:40:52.212 INFO:teuthology.orchestra.run.smithi076.stderr:adjusted tunables profile to default 2024-01-24T02:40:52.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:52.157989+0000 mon.smithi076 (mon.0) 139 : audit [INF] from='client.? 172.21.15.76:0/3460780613' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T02:40:53.189 INFO:tasks.cephadm:Adding mon.smithi076 on smithi076 2024-01-24T02:40:53.189 INFO:tasks.cephadm:Adding mon.smithi133 on smithi133 2024-01-24T02:40:53.189 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi076:172.21.15.76=smithi076;smithi133:172.21.15.133=smithi133' 2024-01-24T02:40:53.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:52.210519+0000 mon.smithi076 (mon.0) 140 : audit [INF] from='client.? 172.21.15.76:0/3460780613' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T02:40:53.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:40:52.210586+0000 mon.smithi076 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T02:40:54.498 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled mon update... 2024-01-24T02:40:54.884 DEBUG:teuthology.orchestra.run.smithi133:mon.smithi133> sudo journalctl -f -n 0 -u ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi133.service 2024-01-24T02:40:54.886 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:40:54.887 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:40:54.914 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:-- Logs begin at Wed 2024-01-24 02:27:16 UTC. -- 2024-01-24T02:40:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:54.494276+0000 mgr.smithi076.yiuunk (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi076:172.21.15.76=smithi076;smithi133:172.21.15.133=smithi133", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:40:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:40:54.496178+0000 mgr.smithi076.yiuunk (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi076:172.21.15.76=smithi076;smithi133:172.21.15.133=smithi133;count:2 2024-01-24T02:40:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:54.498598+0000 mon.smithi076 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:56.199 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:40:56.199 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","modified":"2024-01-24T02:39:13.313416Z","created":"2024-01-24T02:39:13.313416Z","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":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:40:56.201 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-24T02:40:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:56.199220+0000 mon.smithi076 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.133:0/487501523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:40:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:56.229574+0000 mon.smithi076 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:56.230695+0000 mon.smithi076 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:40:57.553 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:40:57.554 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:40:58.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:56.674349+0000 mon.smithi076 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:40:58.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:56.944443+0000 mon.smithi076 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:00.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:40:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:40:58.655355+0000 mon.smithi076 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:01.040 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:41:01.040 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","modified":"2024-01-24T02:39:13.313416Z","created":"2024-01-24T02:39:13.313416Z","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":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:41:01.042 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-24T02:41:01.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:00.456703+0000 mon.smithi076 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:01.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:01.039988+0000 mon.smithi076 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.133:0/1293386723' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:02.502 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:41:02.503 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:01.476608+0000 mon.smithi076 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.116715+0000 mon.smithi076 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.117635+0000 mon.smithi076 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi133", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.118594+0000 mon.smithi076 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.119397+0000 mon.smithi076 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:41:02.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.168955+0000 mon.smithi076 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:02.830 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.173535+0000 mon.smithi076 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:02.830 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.175320+0000 mon.smithi076 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:41:02.830 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.179091+0000 mon.smithi076 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T02:41:02.830 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:02.179893+0000 mon.smithi076 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:03.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:02.120634+0000 mgr.smithi076.yiuunk (mgr.14180) 9 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-24T02:41:03.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:02.147428+0000 mgr.smithi076.yiuunk (mgr.14180) 10 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:41:03.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:02.180594+0000 mgr.smithi076.yiuunk (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi133 on smithi133 2024-01-24T02:41:04.398 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:41:04.399 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","modified":"2024-01-24T02:39:13.313416Z","created":"2024-01-24T02:39:13.313416Z","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":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:41:04.400 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.249070+0000 mon.smithi076 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.251173+0000 mon.smithi076 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.nkyadk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.253258+0000 mon.smithi076 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.nkyadk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.254033+0000 mon.smithi076 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.254919+0000 mon.smithi076 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:04.255595+0000 mgr.smithi076.yiuunk (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi133.nkyadk on smithi133 2024-01-24T02:41:05.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:04.399066+0000 mon.smithi076 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.133:0/1467201196' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:05.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:41:05.802 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:41:06.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:05.333939+0000 mgr.smithi076.yiuunk (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:06.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:05.464376+0000 mon.smithi076 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:06.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:06.374355+0000 mon.smithi076 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:06.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:06.376358+0000 mon.smithi076 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T02:41:06.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:06.377179+0000 mon.smithi076 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:07.491 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:41:07.491 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":1,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","modified":"2024-01-24T02:39:13.313416Z","created":"2024-01-24T02:39:13.313416Z","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":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T02:41:07.493 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 1 2024-01-24T02:41:07.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:06.377880+0000 mgr.smithi076.yiuunk (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi133 on smithi133 2024-01-24T02:41:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 systemd[1]: Starting Ceph mon.smithi133 for af7406ce-ba61-11ee-95b1-87774f69a715... 2024-01-24T02:41:08.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:07.334399+0000 mgr.smithi076.yiuunk (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:08.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:07.490962+0000 mon.smithi076 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.133:0/386878360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:08.979 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T02:41:08.979 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T02:41:09.104 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 bash[36742]: e23d0c7ed440b27d129e1ad205ba9c78c4a664775c716983ba06397ea3bf2050 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.801+0000 7f95a400f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.801+0000 7f95a400f880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.801+0000 7f95a400f880 0 pidfile_write: ignore empty --pid-file 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 systemd[1]: Started Ceph mon.smithi133 for af7406ce-ba61-11ee-95b1-87774f69a715. 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.806+0000 7f95a400f880 0 load: jerasure load: lrc load: isa 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T02:41:09.105 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: DB SUMMARY 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi133/store.db dir, Total Num: 0, files: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi133/store.db: 000003.log size: 511 ; 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T02:41:09.106 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.env: 0x55654c9b4080 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.fs: Posix File System 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.info_log: 0x55654f141d20 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.statistics: (nil) 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.use_fsync: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T02:41:09.107 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.db_log_dir: 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi133/store.db 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T02:41:09.108 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.write_buffer_manager: 0x55654fd98480 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T02:41:09.109 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.unordered_write: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.row_cache: None 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.wal_filter: None 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T02:41:09.110 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T02:41:09.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_open_files: -1 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Compression algorithms supported: 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kZSTD supported: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T02:41:09.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000001 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.merge_operator: 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_filter: None 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55654f0f1d28) 2024-01-24T02:41:09.113 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cache_index_and_filter_blocks: 1 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: pin_top_level_index_and_filter: 1 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: index_type: 0 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: data_block_index_type: 0 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: index_shortening: 1 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: hash_index_allow_collision: 1 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: checksum: 1 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: no_block_cache: 0 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_cache: 0x55654f126f10 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_cache_name: BinnedLRUCache 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_cache_options: 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: capacity : 536870912 2024-01-24T02:41:09.114 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: num_shard_bits : 4 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: strict_capacity_limit : 0 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: high_pri_pool_ratio: 0.000 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_cache_compressed: (nil) 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: persistent_cache: (nil) 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_size: 4096 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_size_deviation: 10 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_restart_interval: 16 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: index_block_restart_interval: 1 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: metadata_block_size: 4096 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: partition_filters: 0 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: use_delta_encoding: 1 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: whole_key_filtering: 1 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: verify_compression: 0 2024-01-24T02:41:09.115 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: read_amp_bytes_per_bit: 0 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: format_version: 2 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: enable_index_compression: 1 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: block_align: 0 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression: NoCompression 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.num_levels: 7 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T02:41:09.116 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T02:41:09.117 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T02:41:09.118 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T02:41:09.119 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.807+0000 7f95a400f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T02:41:09.120 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T02:41:09.121 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.ttl: 2592000 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi133/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.122 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706064068809630, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.808+0000 7f95a400f880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.809+0000 7f95a400f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706064068810159, "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": 1706064068, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.809+0000 7f95a400f880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.809+0000 7f95a400f880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706064068810555, "job": 1, "event": "recovery_finished"} 2024-01-24T02:41:09.123 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.810+0000 7f95a400f880 4 rocksdb: DB pointer 0x55654f1ef800 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.810+0000 7f958ae04700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.810+0000 7f958ae04700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** DB Stats ** 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T02:41:09.124 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** Compaction Stats [default] ** 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:41:09.125 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** Compaction Stats [default] ** 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:41:09.126 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:41:09.127 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** Compaction Stats [default] ** 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:41:09.128 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** Compaction Stats [default] ** 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T02:41:09.129 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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.8 0.00 0.00 1 0.000 0 0 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T02:41:09.130 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.810+0000 7f95a400f880 0 mon.smithi133 does not exist in monmap, will attempt to join an existing cluster 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.810+0000 7f95a400f880 0 using public_addr v2:172.21.15.133:0/0 -> [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.811+0000 7f95a400f880 0 starting mon.smithi133 rank -1 at public addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] at bind addrs [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi133 fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.812+0000 7f95a400f880 1 mon.smithi133@-1(???) e0 preinit fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).mds e1 new map 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).mds e1 print_map 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: e1 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: legacy client fscid: -1 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: No filesystems configured 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-24T02:41:09.131 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.835+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.836+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.836+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.836+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.836+0000 7f958d609700 0 mon.smithi133@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:07.334399+0000 mgr.smithi076.yiuunk (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:07.490962+0000 mon.smithi076 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.133:0/386878360' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:09.132 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T02:41:08.836+0000 7f958d609700 1 mon.smithi133@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:08.844161+0000 mon.smithi076 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:08.844441+0000 mon.smithi076 (mon.0) 174 : cluster [INF] mon.smithi076 calling monitor election 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:08.845972+0000 mon.smithi076 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:09.334775+0000 mgr.smithi076.yiuunk (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:09.840934+0000 mon.smithi076 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:10.840958+0000 mon.smithi076 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:10.842537+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-01-24T02:41:14.280 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:11.335000+0000 mgr.smithi076.yiuunk (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:11.840972+0000 mon.smithi076 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:11.919891+0000 mon.smithi076 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.nkyadk/crt"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:12.841139+0000 mon.smithi076 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.841460+0000 mon.smithi076 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.860039+0000 mon.smithi076 (mon.0) 182 : cluster [INF] mon.smithi076 is new leader, mons smithi076,smithi133 in quorum (ranks 0,1) 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.864368+0000 mon.smithi076 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.876080+0000 mon.smithi076 (mon.0) 184 : cluster [DBG] fsmap 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.876111+0000 mon.smithi076 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.876314+0000 mon.smithi076 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi076.yiuunk(active, since 28s) 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.877682+0000 mon.smithi076 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi133.nkyadk started 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.878721+0000 mon.smithi076 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.880303+0000 mon.smithi076 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.880737+0000 mon.smithi076 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.nkyadk/key"}]: dispatch 2024-01-24T02:41:14.281 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.882469+0000 mon.smithi076 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:14.282 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.883010+0000 mon.smithi076 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T02:41:14.282 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.886165+0000 mon.smithi076 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:08.844161+0000 mon.smithi076 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:08.844441+0000 mon.smithi076 (mon.0) 174 : cluster [INF] mon.smithi076 calling monitor election 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:08.845972+0000 mon.smithi076 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:09.334775+0000 mgr.smithi076.yiuunk (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:09.840934+0000 mon.smithi076 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:10.840958+0000 mon.smithi076 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:10.842537+0000 mon.smithi133 (mon.1) 1 : cluster [INF] mon.smithi133 calling monitor election 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:11.335000+0000 mgr.smithi076.yiuunk (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:11.840972+0000 mon.smithi076 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:11.919891+0000 mon.smithi076 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.nkyadk/crt"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:12.841139+0000 mon.smithi076 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.841460+0000 mon.smithi076 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.860039+0000 mon.smithi076 (mon.0) 182 : cluster [INF] mon.smithi076 is new leader, mons smithi076,smithi133 in quorum (ranks 0,1) 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.864368+0000 mon.smithi076 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0],smithi133=[v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0]} removed_ranks: {} 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.876080+0000 mon.smithi076 (mon.0) 184 : cluster [DBG] fsmap 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.876111+0000 mon.smithi076 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.876314+0000 mon.smithi076 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi076.yiuunk(active, since 28s) 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.877682+0000 mon.smithi076 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi133.nkyadk started 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.878721+0000 mon.smithi076 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.880303+0000 mon.smithi076 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2024-01-24T02:41:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.880737+0000 mon.smithi076 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi133.nkyadk/key"}]: dispatch 2024-01-24T02:41:14.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.882469+0000 mon.smithi076 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:14.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.883010+0000 mon.smithi076 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.133:0/3913194124' entity='mgr.smithi133.nkyadk' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T02:41:14.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.886165+0000 mon.smithi076 (mon.0) 193 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:14.741 INFO:teuthology.orchestra.run.smithi133.stdout: 2024-01-24T02:41:14.741 INFO:teuthology.orchestra.run.smithi133.stdout:{"epoch":2,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","modified":"2024-01-24T02:41:08.841527Z","created":"2024-01-24T02:39:13.313416Z","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":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi133","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:3300","nonce":0},{"type":"v1","addr":"172.21.15.133:6789","nonce":0}]},"addr":"172.21.15.133:6789/0","public_addr":"172.21.15.133:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-24T02:41:14.742 INFO:teuthology.orchestra.run.smithi133.stderr:dumped monmap epoch 2 2024-01-24T02:41:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.335278+0000 mgr.smithi076.yiuunk (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:13.884304+0000 mgr.smithi076.yiuunk (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-01-24T02:41:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:13.938916+0000 mon.smithi076 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi076.yiuunk(active, since 28s), standbys: smithi133.nkyadk 2024-01-24T02:41:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:13.939077+0000 mon.smithi076 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi133.nkyadk", "id": "smithi133.nkyadk"}]: dispatch 2024-01-24T02:41:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:14.740157+0000 mon.smithi076 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.133:0/1464069123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:15.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:14.841906+0000 mon.smithi076 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.335278+0000 mgr.smithi076.yiuunk (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:13.884304+0000 mgr.smithi076.yiuunk (mgr.14180) 19 : cephadm [INF] Deploying daemon node-exporter.smithi133 on smithi133 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:13.938916+0000 mon.smithi076 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi076.yiuunk(active, since 28s), standbys: smithi133.nkyadk 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:13.939077+0000 mon.smithi076 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr metadata", "who": "smithi133.nkyadk", "id": "smithi133.nkyadk"}]: dispatch 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:14.740157+0000 mon.smithi076 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.133:0/1464069123' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T02:41:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:14.841906+0000 mon.smithi076 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mon metadata", "id": "smithi133"}]: dispatch 2024-01-24T02:41:17.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:15.335596+0000 mgr.smithi076.yiuunk (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:17.330 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:15.335596+0000 mgr.smithi076.yiuunk (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:17.355 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-24T02:41:17.355 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-24T02:41:18.604 INFO:teuthology.orchestra.run.smithi076.stdout:# minimal ceph.conf for af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:41:18.604 INFO:teuthology.orchestra.run.smithi076.stdout:[global] 2024-01-24T02:41:18.604 INFO:teuthology.orchestra.run.smithi076.stdout: fsid = af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:41:18.604 INFO:teuthology.orchestra.run.smithi076.stdout: mon_host = [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] [v2:172.21.15.133:3300/0,v1:172.21.15.133:6789/0] 2024-01-24T02:41:18.973 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-24T02:41:18.974 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:41:18.974 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T02:41:19.005 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:41:19.006 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:41:19.072 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:41:19.073 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T02:41:19.193 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:41:19.193 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T02:41:19.221 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:17.335965+0000 mgr.smithi076.yiuunk (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:19.221 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:18.604749+0000 mon.smithi076 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.76:0/992414949' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:19.261 INFO:tasks.cephadm:Deploying OSDs... 2024-01-24T02:41:19.261 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:41:19.261 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:41:19.278 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T02:41:19.279 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme1n1 2024-01-24T02:41:19.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:17.335965+0000 mgr.smithi076.yiuunk (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:19.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:18.604749+0000 mon.smithi076 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.76:0/992414949' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:19.336 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme1n1 2024-01-24T02:41:19.336 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:19.336 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 190155 Links: 1 Device type: 103,1 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:40:12.987709299 +0000 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:38:38.930647954 +0000 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:38:38.930647954 +0000 2024-01-24T02:41:19.337 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:41:19.337 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T02:41:19.402 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:41:19.403 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:41:19.403 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000279301 s, 1.8 MB/s 2024-01-24T02:41:19.404 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T02:41:19.461 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme2n1 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme2n1 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 190214 Links: 1 Device type: 103,2 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:40:12.998708955 +0000 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:38:39.085643112 +0000 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:38:39.085643112 +0000 2024-01-24T02:41:19.519 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:41:19.519 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T02:41:19.585 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:41:19.585 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:41:19.585 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000250692 s, 2.0 MB/s 2024-01-24T02:41:19.586 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T02:41:19.644 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme3n1 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme3n1 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 190290 Links: 1 Device type: 103,3 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:40:13.008708642 +0000 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:38:39.237638364 +0000 2024-01-24T02:41:19.702 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:38:39.237638364 +0000 2024-01-24T02:41:19.703 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:41:19.703 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T02:41:19.768 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:41:19.768 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:41:19.768 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000247286 s, 2.1 MB/s 2024-01-24T02:41:19.769 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T02:41:19.828 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme4n1 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme4n1 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 190395 Links: 1 Device type: 103,4 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-01-24 02:40:13.019708299 +0000 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-01-24 02:38:39.392633522 +0000 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-01-24 02:38:39.392633522 +0000 2024-01-24T02:41:19.885 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-01-24T02:41:19.886 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T02:41:19.950 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-01-24T02:41:19.950 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-01-24T02:41:19.951 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000265062 s, 1.9 MB/s 2024-01-24T02:41:19.952 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T02:41:20.009 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:41:20.010 DEBUG:teuthology.orchestra.run.smithi133:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T02:41:20.030 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T02:41:20.031 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme1n1 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme1n1 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 196968 Links: 1 Device type: 103,1 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:41:00.474419779 +0000 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:38:40.589013108 +0000 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:38:40.589013108 +0000 2024-01-24T02:41:20.089 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:41:20.090 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T02:41:20.154 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:41:20.155 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:41:20.155 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000283538 s, 1.8 MB/s 2024-01-24T02:41:20.156 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T02:41:20.214 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme2n1 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme2n1 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 196971 Links: 1 Device type: 103,2 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:41:00.485419575 +0000 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:38:40.744010233 +0000 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:38:40.744010233 +0000 2024-01-24T02:41:20.271 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:41:20.272 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T02:41:20.336 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:41:20.336 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:41:20.336 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000237696 s, 2.2 MB/s 2024-01-24T02:41:20.337 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T02:41:20.395 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme3n1 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme3n1 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 199125 Links: 1 Device type: 103,3 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:41:00.496419371 +0000 2024-01-24T02:41:20.453 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:38:40.894007451 +0000 2024-01-24T02:41:20.454 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:38:40.894007451 +0000 2024-01-24T02:41:20.454 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:41:20.454 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T02:41:20.519 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:41:20.519 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:41:20.519 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000205355 s, 2.5 MB/s 2024-01-24T02:41:20.520 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T02:41:20.578 DEBUG:teuthology.orchestra.run.smithi133:> stat /dev/nvme4n1 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout: File: /dev/nvme4n1 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout:Device: 6h/6d Inode: 199163 Links: 1 Device type: 103,4 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-24T02:41:20.636 INFO:teuthology.orchestra.run.smithi133.stdout:Access: 2024-01-24 02:41:00.508419149 +0000 2024-01-24T02:41:20.637 INFO:teuthology.orchestra.run.smithi133.stdout:Modify: 2024-01-24 02:38:41.045004651 +0000 2024-01-24T02:41:20.637 INFO:teuthology.orchestra.run.smithi133.stdout:Change: 2024-01-24 02:38:41.045004651 +0000 2024-01-24T02:41:20.637 INFO:teuthology.orchestra.run.smithi133.stdout: Birth: - 2024-01-24T02:41:20.637 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T02:41:20.703 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records in 2024-01-24T02:41:20.703 INFO:teuthology.orchestra.run.smithi133.stderr:1+0 records out 2024-01-24T02:41:20.703 INFO:teuthology.orchestra.run.smithi133.stderr:512 bytes copied, 0.000252447 s, 2.0 MB/s 2024-01-24T02:41:20.704 DEBUG:teuthology.orchestra.run.smithi133:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T02:41:20.764 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-24T02:41:21.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:19.336277+0000 mgr.smithi076.yiuunk (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:21.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:20.903973+0000 mon.smithi076 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:21.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:20.905689+0000 mon.smithi076 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:41:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:19.336277+0000 mgr.smithi076.yiuunk (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:20.903973+0000 mon.smithi076 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:20.905689+0000 mon.smithi076 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:41:22.512 INFO:teuthology.orchestra.run.smithi133.stdout:Scheduled osd.all-available-devices update... 2024-01-24T02:41:23.013 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-24T02:41:23.013 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:23.134 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:21.336646+0000 mgr.smithi076.yiuunk (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:23.134 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.512398+0000 mon.smithi076 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.134 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.661931+0000 mon.smithi076 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.134 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.666835+0000 mon.smithi076 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.134 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.667660+0000 mon.smithi076 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.668480+0000 mon.smithi076 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.703648+0000 mon.smithi076 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.706697+0000 mon.smithi076 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.710733+0000 mon.smithi076 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.715155+0000 mon.smithi076 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.718586+0000 mon.smithi076 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.719739+0000 mon.smithi076 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.720003+0000 mon.smithi076 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:23.135 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.720567+0000 mon.smithi076 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:21.336646+0000 mgr.smithi076.yiuunk (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.512398+0000 mon.smithi076 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.661931+0000 mon.smithi076 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.666835+0000 mon.smithi076 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.667660+0000 mon.smithi076 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.668480+0000 mon.smithi076 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.703648+0000 mon.smithi076 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.706697+0000 mon.smithi076 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.710733+0000 mon.smithi076 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:23.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.715155+0000 mon.smithi076 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:41:23.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.718586+0000 mon.smithi076 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:41:23.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.719739+0000 mon.smithi076 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:41:23.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.720003+0000 mon.smithi076 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:23.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.720567+0000 mon.smithi076 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:24.045 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:22.506936+0000 mgr.smithi076.yiuunk (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:41:24.045 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:22.508730+0000 mgr.smithi076.yiuunk (mgr.14180) 25 : cephadm [INF] Marking host: smithi076 for OSDSpec preview refresh. 2024-01-24T02:41:24.045 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:22.508798+0000 mgr.smithi076.yiuunk (mgr.14180) 26 : cephadm [INF] Marking host: smithi133 for OSDSpec preview refresh. 2024-01-24T02:41:24.046 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:22.509113+0000 mgr.smithi076.yiuunk (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T02:41:24.046 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:22.669562+0000 mgr.smithi076.yiuunk (mgr.14180) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-01-24T02:41:24.046 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:22.669854+0000 mgr.smithi076.yiuunk (mgr.14180) 29 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-24T02:41:24.046 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:23.890693+0000 mon.smithi076 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:22.506936+0000 mgr.smithi076.yiuunk (mgr.14180) 24 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:41:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:22.508730+0000 mgr.smithi076.yiuunk (mgr.14180) 25 : cephadm [INF] Marking host: smithi076 for OSDSpec preview refresh. 2024-01-24T02:41:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:22.508798+0000 mgr.smithi076.yiuunk (mgr.14180) 26 : cephadm [INF] Marking host: smithi133 for OSDSpec preview refresh. 2024-01-24T02:41:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:22.509113+0000 mgr.smithi076.yiuunk (mgr.14180) 27 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T02:41:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:22.669562+0000 mgr.smithi076.yiuunk (mgr.14180) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-01-24T02:41:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:22.669854+0000 mgr.smithi076.yiuunk (mgr.14180) 29 : cephadm [INF] Updating smithi133:/etc/ceph/ceph.conf 2024-01-24T02:41:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:23.890693+0000 mon.smithi076 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:24.742 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:25.053 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:23.336911+0000 mgr.smithi076.yiuunk (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:25.053 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:24.741984+0000 mon.smithi076 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.76:0/1551795427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:25.053 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:24.826779+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/981756314' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]: dispatch 2024-01-24T02:41:25.053 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:24.827208+0000 mon.smithi076 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]: dispatch 2024-01-24T02:41:25.054 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:24.830380+0000 mon.smithi076 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]': finished 2024-01-24T02:41:25.054 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:24.830427+0000 mon.smithi076 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T02:41:25.054 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:24.830515+0000 mon.smithi076 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:25.104 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:23.336911+0000 mgr.smithi076.yiuunk (mgr.14180) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:24.741984+0000 mon.smithi076 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.76:0/1551795427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:24.826779+0000 mon.smithi133 (mon.1) 2 : audit [INF] from='client.? 172.21.15.133:0/981756314' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]: dispatch 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:24.827208+0000 mon.smithi076 (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]: dispatch 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:24.830380+0000 mon.smithi076 (mon.0) 217 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f69b65a2-6736-4765-b614-b1e55dcff82f"}]': finished 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:24.830427+0000 mon.smithi076 (mon.0) 218 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T02:41:25.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:24.830515+0000 mon.smithi076 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:26.105 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:25.043727+0000 mon.smithi076 (mon.0) 220 : audit [INF] from='client.? 172.21.15.76:0/3054538785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a706a22-33ac-4a34-90cc-53f48769e674"}]: dispatch 2024-01-24T02:41:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:25.047179+0000 mon.smithi076 (mon.0) 221 : audit [INF] from='client.? 172.21.15.76:0/3054538785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a706a22-33ac-4a34-90cc-53f48769e674"}]': finished 2024-01-24T02:41:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:25.047232+0000 mon.smithi076 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T02:41:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:25.047328+0000 mon.smithi076 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:25.047553+0000 mon.smithi076 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:25.043727+0000 mon.smithi076 (mon.0) 220 : audit [INF] from='client.? 172.21.15.76:0/3054538785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9a706a22-33ac-4a34-90cc-53f48769e674"}]: dispatch 2024-01-24T02:41:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:25.047179+0000 mon.smithi076 (mon.0) 221 : audit [INF] from='client.? 172.21.15.76:0/3054538785' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a706a22-33ac-4a34-90cc-53f48769e674"}]': finished 2024-01-24T02:41:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:25.047232+0000 mon.smithi076 (mon.0) 222 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T02:41:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:25.047328+0000 mon.smithi076 (mon.0) 223 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:26.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:25.047553+0000 mon.smithi076 (mon.0) 224 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:25.337179+0000 mgr.smithi076.yiuunk (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:26.124799+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/71069660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:26.423271+0000 mon.smithi076 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.76:0/3041982240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:25.337179+0000 mgr.smithi076.yiuunk (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:26.124799+0000 mon.smithi133 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.133:0/71069660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:26.423271+0000 mon.smithi076 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.76:0/3041982240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:28.193 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:28.555 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1706064085,"num_remapped_pgs":0} 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:27.337465+0000 mgr.smithi076.yiuunk (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.193523+0000 mon.smithi076 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.76:0/1815141660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.636702+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='client.? 172.21.15.133:0/789524635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]: dispatch 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.637207+0000 mon.smithi076 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]: dispatch 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.641265+0000 mon.smithi076 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]': finished 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:28.641319+0000 mon.smithi076 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T02:41:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.641408+0000 mon.smithi076 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.641660+0000 mon.smithi076 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.641793+0000 mon.smithi076 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.955864+0000 mon.smithi076 (mon.0) 233 : audit [INF] from='client.? 172.21.15.76:0/178569345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f"}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.959488+0000 mon.smithi076 (mon.0) 234 : audit [INF] from='client.? 172.21.15.76:0/178569345' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f"}]': finished 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:28.959534+0000 mon.smithi076 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.959661+0000 mon.smithi076 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.961241+0000 mon.smithi076 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.961438+0000 mon.smithi076 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:29.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:28.961593+0000 mon.smithi076 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:27.337465+0000 mgr.smithi076.yiuunk (mgr.14180) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.193523+0000 mon.smithi076 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.76:0/1815141660' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.636702+0000 mon.smithi133 (mon.1) 4 : audit [INF] from='client.? 172.21.15.133:0/789524635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]: dispatch 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.637207+0000 mon.smithi076 (mon.0) 227 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]: dispatch 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.641265+0000 mon.smithi076 (mon.0) 228 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0418df8f-ec08-4257-b49d-90f1fa9c34ea"}]': finished 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:28.641319+0000 mon.smithi076 (mon.0) 229 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.641408+0000 mon.smithi076 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.641660+0000 mon.smithi076 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.641793+0000 mon.smithi076 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.955864+0000 mon.smithi076 (mon.0) 233 : audit [INF] from='client.? 172.21.15.76:0/178569345' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f"}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.959488+0000 mon.smithi076 (mon.0) 234 : audit [INF] from='client.? 172.21.15.76:0/178569345' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f"}]': finished 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:28.959534+0000 mon.smithi076 (mon.0) 235 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.959661+0000 mon.smithi076 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.961241+0000 mon.smithi076 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.961438+0000 mon.smithi076 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:29.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:28.961593+0000 mon.smithi076 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:29.557 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:30.241 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:29.923378+0000 mon.smithi133 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.133:0/2318442824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:29.923378+0000 mon.smithi133 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.133:0/2318442824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:30.913 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:31.203 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:29.337829+0000 mgr.smithi076.yiuunk (mgr.14180) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:31.204 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:30.347818+0000 mon.smithi076 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.76:0/580484642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:31.204 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:30.914042+0000 mon.smithi076 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.76:0/2960802493' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:31.298 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706064088,"num_remapped_pgs":0} 2024-01-24T02:41:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:29.337829+0000 mgr.smithi076.yiuunk (mgr.14180) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:30.347818+0000 mon.smithi076 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.76:0/580484642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:30.914042+0000 mon.smithi076 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.76:0/2960802493' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:32.299 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:33.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:31.338045+0000 mgr.smithi076.yiuunk (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:33.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.432541+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/2689327648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]: dispatch 2024-01-24T02:41:33.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.433112+0000 mon.smithi076 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]: dispatch 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.436758+0000 mon.smithi076 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]': finished 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:32.436810+0000 mon.smithi076 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.436911+0000 mon.smithi076 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.437252+0000 mon.smithi076 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.437458+0000 mon.smithi076 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:33.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.437675+0000 mon.smithi076 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.437873+0000 mon.smithi076 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.880944+0000 mon.smithi076 (mon.0) 250 : audit [INF] from='client.? 172.21.15.76:0/4170175380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e856ab-ffb8-45a8-90bc-1f0f14c35eea"}]: dispatch 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885099+0000 mon.smithi076 (mon.0) 251 : audit [INF] from='client.? 172.21.15.76:0/4170175380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4e856ab-ffb8-45a8-90bc-1f0f14c35eea"}]': finished 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:32.885140+0000 mon.smithi076 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885235+0000 mon.smithi076 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885492+0000 mon.smithi076 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:33.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885649+0000 mon.smithi076 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:33.298 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885799+0000 mon.smithi076 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:33.298 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.885946+0000 mon.smithi076 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:33.298 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:32.886094+0000 mon.smithi076 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:31.338045+0000 mgr.smithi076.yiuunk (mgr.14180) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.432541+0000 mon.smithi133 (mon.1) 6 : audit [INF] from='client.? 172.21.15.133:0/2689327648' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.433112+0000 mon.smithi076 (mon.0) 242 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.436758+0000 mon.smithi076 (mon.0) 243 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a6153f4-24f2-402c-baba-93703fe8e462"}]': finished 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:32.436810+0000 mon.smithi076 (mon.0) 244 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.436911+0000 mon.smithi076 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.437252+0000 mon.smithi076 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.437458+0000 mon.smithi076 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.437675+0000 mon.smithi076 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.437873+0000 mon.smithi076 (mon.0) 249 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.880944+0000 mon.smithi076 (mon.0) 250 : audit [INF] from='client.? 172.21.15.76:0/4170175380' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b4e856ab-ffb8-45a8-90bc-1f0f14c35eea"}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885099+0000 mon.smithi076 (mon.0) 251 : audit [INF] from='client.? 172.21.15.76:0/4170175380' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b4e856ab-ffb8-45a8-90bc-1f0f14c35eea"}]': finished 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:32.885140+0000 mon.smithi076 (mon.0) 252 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885235+0000 mon.smithi076 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885492+0000 mon.smithi076 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:33.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885649+0000 mon.smithi076 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:33.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885799+0000 mon.smithi076 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:33.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.885946+0000 mon.smithi076 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:33.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:32.886094+0000 mon.smithi076 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:33.691 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:34.131 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1706064092,"num_remapped_pgs":0} 2024-01-24T02:41:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:33.654604+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/267159355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:33.690631+0000 mon.smithi076 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.76:0/1744891005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:34.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:33.654604+0000 mon.smithi133 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.133:0/267159355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:34.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:33.690631+0000 mon.smithi076 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.76:0/1744891005' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:35.132 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:33.338331+0000 mgr.smithi076.yiuunk (mgr.14180) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:34.251180+0000 mon.smithi076 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.76:0/704236177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:33.338331+0000 mgr.smithi076.yiuunk (mgr.14180) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:34.251180+0000 mon.smithi076 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.76:0/704236177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:36.389 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:36.802 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:35.338761+0000 mgr.smithi076.yiuunk (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.177962+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='client.? 172.21.15.133:0/3320246492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]: dispatch 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.178361+0000 mon.smithi076 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]: dispatch 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.181831+0000 mon.smithi076 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]': finished 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:36.181881+0000 mon.smithi076 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.181995+0000 mon.smithi076 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182257+0000 mon.smithi076 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:37.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182386+0000 mon.smithi076 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182540+0000 mon.smithi076 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182699+0000 mon.smithi076 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182852+0000 mon.smithi076 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.182988+0000 mon.smithi076 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.389426+0000 mon.smithi076 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.76:0/2474138150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.788813+0000 mon.smithi076 (mon.0) 272 : audit [INF] from='client.? 172.21.15.76:0/1549161761' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8f60fb-238f-4c01-8bda-2399a9831723"}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.792492+0000 mon.smithi076 (mon.0) 273 : audit [INF] from='client.? 172.21.15.76:0/1549161761' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b8f60fb-238f-4c01-8bda-2399a9831723"}]': finished 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:36.792539+0000 mon.smithi076 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.792660+0000 mon.smithi076 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.792949+0000 mon.smithi076 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793080+0000 mon.smithi076 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793247+0000 mon.smithi076 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793386+0000 mon.smithi076 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793532+0000 mon.smithi076 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793707+0000 mon.smithi076 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:37.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:36.793849+0000 mon.smithi076 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:35.338761+0000 mgr.smithi076.yiuunk (mgr.14180) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.177962+0000 mon.smithi133 (mon.1) 8 : audit [INF] from='client.? 172.21.15.133:0/3320246492' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]: dispatch 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.178361+0000 mon.smithi076 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]: dispatch 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.181831+0000 mon.smithi076 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6db5625f-cb05-43d2-bb0d-3359eb250dee"}]': finished 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:36.181881+0000 mon.smithi076 (mon.0) 263 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T02:41:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.181995+0000 mon.smithi076 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182257+0000 mon.smithi076 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182386+0000 mon.smithi076 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182540+0000 mon.smithi076 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182699+0000 mon.smithi076 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182852+0000 mon.smithi076 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.182988+0000 mon.smithi076 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.389426+0000 mon.smithi076 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.76:0/2474138150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.788813+0000 mon.smithi076 (mon.0) 272 : audit [INF] from='client.? 172.21.15.76:0/1549161761' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b8f60fb-238f-4c01-8bda-2399a9831723"}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.792492+0000 mon.smithi076 (mon.0) 273 : audit [INF] from='client.? 172.21.15.76:0/1549161761' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b8f60fb-238f-4c01-8bda-2399a9831723"}]': finished 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:36.792539+0000 mon.smithi076 (mon.0) 274 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.792660+0000 mon.smithi076 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.792949+0000 mon.smithi076 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793080+0000 mon.smithi076 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:37.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793247+0000 mon.smithi076 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:37.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793386+0000 mon.smithi076 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:37.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793532+0000 mon.smithi076 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:37.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793707+0000 mon.smithi076 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:37.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:36.793849+0000 mon.smithi076 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:37.804 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:38.151 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:37.466236+0000 mon.smithi133 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.133:0/1177717599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:38.152 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:38.052061+0000 mon.smithi076 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.76:0/1202475328' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:37.466236+0000 mon.smithi133 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.133:0/1177717599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:38.052061+0000 mon.smithi076 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.76:0/1202475328' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T02:41:39.160 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:37.339016+0000 mgr.smithi076.yiuunk (mgr.14180) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:39.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:37.339016+0000 mgr.smithi076.yiuunk (mgr.14180) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:39.520 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:39.160266+0000 mon.smithi076 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.76:0/3995265525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:40.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:39.160266+0000 mon.smithi076 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.76:0/3995265525' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:40.521 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:41.157 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:39.339229+0000 mgr.smithi076.yiuunk (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:39.339229+0000 mgr.smithi076.yiuunk (mgr.14180) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:42.022 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:42.239 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:41.854569+0000 mon.smithi076 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T02:41:42.239 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:41.855211+0000 mon.smithi076 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:42.239 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:42.022425+0000 mon.smithi076 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.76:0/893995698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:42.358 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:41.854569+0000 mon.smithi076 (mon.0) 285 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T02:41:42.359 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:41.855211+0000 mon.smithi076 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:42.359 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:42.022425+0000 mon.smithi076 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.76:0/893995698' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:42.436 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:41.339456+0000 mgr.smithi076.yiuunk (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:41.855758+0000 mgr.smithi076.yiuunk (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-01-24T02:41:43.438 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:41.339456+0000 mgr.smithi076.yiuunk (mgr.14180) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:41.855758+0000 mgr.smithi076.yiuunk (mgr.14180) 40 : cephadm [INF] Deploying daemon osd.0 on smithi133 2024-01-24T02:41:44.208 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:43.162687+0000 mon.smithi076 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T02:41:44.208 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:43.163241+0000 mon.smithi076 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:44.208 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:43.163710+0000 mgr.smithi076.yiuunk (mgr.14180) 41 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-01-24T02:41:44.208 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:43.339702+0000 mgr.smithi076.yiuunk (mgr.14180) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:44.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:43.162687+0000 mon.smithi076 (mon.0) 288 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T02:41:44.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:43.163241+0000 mon.smithi076 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:44.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:43.163710+0000 mgr.smithi076.yiuunk (mgr.14180) 41 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-01-24T02:41:44.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:43.339702+0000 mgr.smithi076.yiuunk (mgr.14180) 42 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:45.104 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:45.177 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:45.103650+0000 mon.smithi076 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.76:0/396548489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:45.512 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:45.103650+0000 mon.smithi076 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.76:0/396548489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:46.513 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:45.339920+0000 mgr.smithi076.yiuunk (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:45.350248+0000 mon.smithi076 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:45.350983+0000 mon.smithi076 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T02:41:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:45.351580+0000 mon.smithi076 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:45.352097+0000 mgr.smithi076.yiuunk (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-01-24T02:41:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:45.339920+0000 mgr.smithi076.yiuunk (mgr.14180) 43 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:45.350248+0000 mon.smithi076 (mon.0) 291 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:45.350983+0000 mon.smithi076 (mon.0) 292 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T02:41:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:45.351580+0000 mon.smithi076 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:46.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:45.352097+0000 mgr.smithi076.yiuunk (mgr.14180) 44 : cephadm [INF] Deploying daemon osd.2 on smithi133 2024-01-24T02:41:47.952 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:47.186350+0000 mon.smithi076 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:47.187022+0000 mon.smithi076 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:47.187535+0000 mon.smithi076 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:47.188012+0000 mgr.smithi076.yiuunk (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.3 on smithi076 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:47.340165+0000 mgr.smithi076.yiuunk (mgr.14180) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:48.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:47.951988+0000 mon.smithi076 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.76:0/2486818182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:48.539 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:47.186350+0000 mon.smithi076 (mon.0) 294 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:48.539 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:47.187022+0000 mon.smithi076 (mon.0) 295 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T02:41:48.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:47.187535+0000 mon.smithi076 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:48.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:47.188012+0000 mgr.smithi076.yiuunk (mgr.14180) 45 : cephadm [INF] Deploying daemon osd.3 on smithi076 2024-01-24T02:41:48.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:47.340165+0000 mgr.smithi076.yiuunk (mgr.14180) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:48.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:47.951988+0000 mon.smithi076 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.76:0/2486818182' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:48.604 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:48.591084+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T02:41:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:48.591377+0000 mon.smithi076 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T02:41:49.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:48.805158+0000 mon.smithi076 (mon.0) 299 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:49.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:48.805960+0000 mon.smithi076 (mon.0) 300 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T02:41:49.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:48.806616+0000 mon.smithi076 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:49.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:48.807140+0000 mgr.smithi076.yiuunk (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:48.591084+0000 mon.smithi133 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:48.591377+0000 mon.smithi076 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:48.805158+0000 mon.smithi076 (mon.0) 299 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:48.805960+0000 mon.smithi076 (mon.0) 300 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:48.806616+0000 mon.smithi076 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:49.504 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:48.807140+0000 mgr.smithi076.yiuunk (mgr.14180) 47 : cephadm [INF] Deploying daemon osd.4 on smithi133 2024-01-24T02:41:49.607 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.196079+0000 mon.smithi076 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:49.196155+0000 mon.smithi076 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.196275+0000 mon.smithi076 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.196521+0000 mon.smithi076 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.196678+0000 mon.smithi076 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.196844+0000 mon.smithi076 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.197060+0000 mon.smithi076 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.197237+0000 mon.smithi076 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:50.511 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.197390+0000 mon.smithi076 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:50.512 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.197517+0000 mon.smithi076 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:50.512 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.199665+0000 mon.smithi133 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:50.512 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:49.200020+0000 mon.smithi076 (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=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:50.512 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:49.340582+0000 mgr.smithi076.yiuunk (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.196079+0000 mon.smithi076 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T02:41:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:49.196155+0000 mon.smithi076 (mon.0) 303 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.196275+0000 mon.smithi076 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.196521+0000 mon.smithi076 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.196678+0000 mon.smithi076 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.196844+0000 mon.smithi076 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.197060+0000 mon.smithi076 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.197237+0000 mon.smithi076 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.197390+0000 mon.smithi076 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.197517+0000 mon.smithi076 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.199665+0000 mon.smithi133 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:49.200020+0000 mon.smithi076 (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=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:50.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:49.340582+0000 mgr.smithi076.yiuunk (mgr.14180) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T02:41:51.478 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.200875+0000 mon.smithi076 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:50.200928+0000 mon.smithi076 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.201204+0000 mon.smithi076 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.201543+0000 mon.smithi076 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.201691+0000 mon.smithi076 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.201833+0000 mon.smithi076 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.201965+0000 mon.smithi076 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.202104+0000 mon.smithi076 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.202238+0000 mon.smithi076 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:51.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.202373+0000 mon.smithi076 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:51.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.204106+0000 mon.smithi076 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:51.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:50.401117+0000 mon.smithi076 (mon.0) 324 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.200875+0000 mon.smithi076 (mon.0) 313 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:50.200928+0000 mon.smithi076 (mon.0) 314 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.201204+0000 mon.smithi076 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.201543+0000 mon.smithi076 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.201691+0000 mon.smithi076 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.201833+0000 mon.smithi076 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.201965+0000 mon.smithi076 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.202104+0000 mon.smithi076 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.202238+0000 mon.smithi076 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:51.582 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.202373+0000 mon.smithi076 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:51.583 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.204106+0000 mon.smithi076 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:51.583 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:50.401117+0000 mon.smithi076 (mon.0) 324 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T02:41:51.847 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1706064111,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:49.572882+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:49.572981+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:51.201886+0000 mon.smithi076 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351] boot 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.201954+0000 mon.smithi076 (mon.0) 326 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:51.202021+0000 mon.smithi076 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.202408+0000 mon.smithi076 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.202710+0000 mon.smithi076 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.202929+0000 mon.smithi076 (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.206469+0000 mon.smithi076 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.206635+0000 mon.smithi076 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.206800+0000 mon.smithi076 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.206931+0000 mon.smithi076 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:52.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.207068+0000 mon.smithi076 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.207192+0000 mon.smithi076 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:51.340837+0000 mgr.smithi076.yiuunk (mgr.14180) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.424466+0000 mon.smithi076 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.425192+0000 mon.smithi076 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.425793+0000 mon.smithi076 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:51.426290+0000 mgr.smithi076.yiuunk (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi076 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:51.478711+0000 mon.smithi076 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.76:0/2048952269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.011911+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.012262+0000 mon.smithi076 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.202563+0000 mon.smithi076 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.202629+0000 mon.smithi076 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:52.202691+0000 mon.smithi076 (mon.0) 344 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T02:41:52.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.202800+0000 mon.smithi076 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:52.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.203078+0000 mon.smithi076 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:52.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:49.572882+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:52.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:49.572981+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:52.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:51.201886+0000 mon.smithi076 (mon.0) 325 : cluster [INF] osd.0 [v2:172.21.15.133:6800/4176553351,v1:172.21.15.133:6801/4176553351] boot 2024-01-24T02:41:52.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.201954+0000 mon.smithi076 (mon.0) 326 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T02:41:52.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:51.202021+0000 mon.smithi076 (mon.0) 327 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.202408+0000 mon.smithi076 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.202710+0000 mon.smithi076 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.202929+0000 mon.smithi076 (mon.0) 330 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.206469+0000 mon.smithi076 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.206635+0000 mon.smithi076 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.206800+0000 mon.smithi076 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.206931+0000 mon.smithi076 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.207068+0000 mon.smithi076 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.207192+0000 mon.smithi076 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:51.340837+0000 mgr.smithi076.yiuunk (mgr.14180) 49 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.424466+0000 mon.smithi076 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.425192+0000 mon.smithi076 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.425793+0000 mon.smithi076 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:52.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:51.426290+0000 mgr.smithi076.yiuunk (mgr.14180) 50 : cephadm [INF] Deploying daemon osd.5 on smithi076 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:51.478711+0000 mon.smithi076 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.76:0/2048952269' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.011911+0000 mon.smithi133 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.012262+0000 mon.smithi076 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.202563+0000 mon.smithi076 (mon.0) 342 : audit [INF] from='osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.202629+0000 mon.smithi076 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:52.202691+0000 mon.smithi076 (mon.0) 344 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.202800+0000 mon.smithi076 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:52.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.203078+0000 mon.smithi076 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:52.848 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.203864+0000 mon.smithi076 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.204047+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.204065+0000 mon.smithi076 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.204186+0000 mon.smithi076 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.204314+0000 mon.smithi076 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.204435+0000 mon.smithi076 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.205893+0000 mon.smithi076 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.208292+0000 mon.smithi076 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.271451+0000 mon.smithi076 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.272079+0000 mon.smithi076 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:52.272627+0000 mon.smithi076 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:53.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:52.273115+0000 mgr.smithi076.yiuunk (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-01-24T02:41:53.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.205614+0000 mon.smithi076 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.203864+0000 mon.smithi076 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.204047+0000 mon.smithi133 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.204065+0000 mon.smithi076 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.204186+0000 mon.smithi076 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.204314+0000 mon.smithi076 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.204435+0000 mon.smithi076 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:53.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.205893+0000 mon.smithi076 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.208292+0000 mon.smithi076 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.271451+0000 mon.smithi076 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.272079+0000 mon.smithi076 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:52.272627+0000 mon.smithi076 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:52.273115+0000 mgr.smithi076.yiuunk (mgr.14180) 51 : cephadm [INF] Deploying daemon osd.6 on smithi133 2024-01-24T02:41:53.574 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.205614+0000 mon.smithi076 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:54.314 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:51.382245+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:51.382309+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.209448+0000 mon.smithi076 (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:53.209502+0000 mon.smithi076 (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249] boot 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:53.209529+0000 mon.smithi076 (mon.0) 360 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210058+0000 mon.smithi076 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210272+0000 mon.smithi076 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210424+0000 mon.smithi076 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210565+0000 mon.smithi076 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210735+0000 mon.smithi076 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.210873+0000 mon.smithi076 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.214448+0000 mon.smithi076 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:53.214653+0000 mon.smithi076 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:54.315 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:53.341110+0000 mgr.smithi076.yiuunk (mgr.14180) 52 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T02:41:54.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:51.382245+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:54.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:51.382309+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:54.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.209448+0000 mon.smithi076 (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:54.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:53.209502+0000 mon.smithi076 (mon.0) 359 : cluster [INF] osd.1 [v2:172.21.15.76:6802/3261178249,v1:172.21.15.76:6803/3261178249] boot 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:53.209529+0000 mon.smithi076 (mon.0) 360 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210058+0000 mon.smithi076 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210272+0000 mon.smithi076 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210424+0000 mon.smithi076 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210565+0000 mon.smithi076 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210735+0000 mon.smithi076 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.210873+0000 mon.smithi076 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.214448+0000 mon.smithi076 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:53.214653+0000 mon.smithi076 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:54.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:53.341110+0000 mgr.smithi076.yiuunk (mgr.14180) 52 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T02:41:54.670 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:55.040 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":19,"num_osds":8,"num_up_osds":3,"osd_up_since":1706064114,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:53.024508+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:53.024571+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.212548+0000 mon.smithi076 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:54.228012+0000 mon.smithi076 (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212] boot 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:54.228040+0000 mon.smithi076 (mon.0) 371 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.228169+0000 mon.smithi076 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.228754+0000 mon.smithi076 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.228976+0000 mon.smithi076 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.229212+0000 mon.smithi076 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:55.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.229417+0000 mon.smithi076 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:55.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.229629+0000 mon.smithi076 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:55.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.229924+0000 mon.smithi076 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-24T02:41:55.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.628460+0000 mon.smithi076 (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T02:41:55.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:54.670367+0000 mon.smithi076 (mon.0) 380 : audit [DBG] from='client.? 172.21.15.76:0/2774712237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:53.024508+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:53.024571+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.212548+0000 mon.smithi076 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:54.228012+0000 mon.smithi076 (mon.0) 370 : cluster [INF] osd.2 [v2:172.21.15.133:6808/1820362212,v1:172.21.15.133:6809/1820362212] boot 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:54.228040+0000 mon.smithi076 (mon.0) 371 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.228169+0000 mon.smithi076 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.228754+0000 mon.smithi076 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.228976+0000 mon.smithi076 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:55.531 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.229212+0000 mon.smithi076 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:55.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.229417+0000 mon.smithi076 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:55.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.229629+0000 mon.smithi076 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:55.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.229924+0000 mon.smithi076 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-24T02:41:55.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.628460+0000 mon.smithi076 (mon.0) 379 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T02:41:55.532 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:54.670367+0000 mon.smithi076 (mon.0) 380 : audit [DBG] from='client.? 172.21.15.76:0/2774712237' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:56.041 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.230376+0000 mon.smithi076 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.230439+0000 mon.smithi076 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:55.230491+0000 mon.smithi076 (mon.0) 383 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.230632+0000 mon.smithi076 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.230984+0000 mon.smithi076 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.231167+0000 mon.smithi076 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.231426+0000 mon.smithi076 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:56.324 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.231660+0000 mon.smithi076 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.231846+0000 mon.smithi076 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.232328+0000 mon.smithi076 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:55.341349+0000 mgr.smithi076.yiuunk (mgr.14180) 53 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.534127+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.534667+0000 mon.smithi076 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.662917+0000 mon.smithi076 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:56.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.663590+0000 mon.smithi076 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T02:41:56.326 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.664160+0000 mon.smithi076 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:56.326 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:41:55.664661+0000 mgr.smithi076.yiuunk (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi076 2024-01-24T02:41:56.326 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:55.922105+0000 mon.smithi076 (mon.0) 395 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.230376+0000 mon.smithi076 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.230439+0000 mon.smithi076 (mon.0) 382 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:55.230491+0000 mon.smithi076 (mon.0) 383 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.230632+0000 mon.smithi076 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.230984+0000 mon.smithi076 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.231167+0000 mon.smithi076 (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:56.516 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.231426+0000 mon.smithi076 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.231660+0000 mon.smithi076 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.231846+0000 mon.smithi076 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.232328+0000 mon.smithi076 (mon.0) 390 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:55.341349+0000 mgr.smithi076.yiuunk (mgr.14180) 53 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.534127+0000 mon.smithi133 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.534667+0000 mon.smithi076 (mon.0) 391 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.662917+0000 mon.smithi076 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.663590+0000 mon.smithi076 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.664160+0000 mon.smithi076 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:41:55.664661+0000 mgr.smithi076.yiuunk (mgr.14180) 54 : cephadm [INF] Deploying daemon osd.7 on smithi076 2024-01-24T02:41:56.517 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:55.922105+0000 mon.smithi076 (mon.0) 395 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:57.558 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.238551+0000 mon.smithi076 (mon.0) 396 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:41:57.558 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.238632+0000 mon.smithi076 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T02:41:57.558 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.238690+0000 mon.smithi076 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T02:41:57.558 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:56.238760+0000 mon.smithi076 (mon.0) 399 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.239201+0000 mon.smithi076 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.239265+0000 mon.smithi133 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.240047+0000 mon.smithi076 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.240286+0000 mon.smithi076 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.241103+0000 mon.smithi076 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.241416+0000 mon.smithi076 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.241655+0000 mon.smithi076 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:57.559 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:56.244142+0000 mon.smithi076 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.238551+0000 mon.smithi076 (mon.0) 396 : audit [INF] from='osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.238632+0000 mon.smithi076 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.238690+0000 mon.smithi076 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:56.238760+0000 mon.smithi076 (mon.0) 399 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.239201+0000 mon.smithi076 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.239265+0000 mon.smithi133 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:57.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.240047+0000 mon.smithi076 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:57.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.240286+0000 mon.smithi076 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:41:57.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.241103+0000 mon.smithi076 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:57.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.241416+0000 mon.smithi076 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:57.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.241655+0000 mon.smithi076 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:57.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:56.244142+0000 mon.smithi076 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:57.925 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:55.652664+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:55.652724+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.238973+0000 mon.smithi076 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:57.239063+0000 mon.smithi076 (mon.0) 408 : cluster [INF] osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225] boot 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:57.239087+0000 mon.smithi076 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-24T02:41:58.571 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.243186+0000 mon.smithi076 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.243540+0000 mon.smithi076 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.243716+0000 mon.smithi076 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.243838+0000 mon.smithi076 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.243965+0000 mon.smithi076 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.247467+0000 mon.smithi076 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:57.341842+0000 mgr.smithi076.yiuunk (mgr.14180) 55 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:57.924455+0000 mon.smithi076 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.76:0/918076994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.002931+0000 mon.smithi076 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:58.242400+0000 mon.smithi076 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443] boot 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:58.242442+0000 mon.smithi076 (mon.0) 419 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.242606+0000 mon.smithi076 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.243038+0000 mon.smithi076 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:58.572 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.243273+0000 mon.smithi076 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:58.573 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.243416+0000 mon.smithi076 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:55.652664+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:55.652724+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.238973+0000 mon.smithi076 (mon.0) 407 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:57.239063+0000 mon.smithi076 (mon.0) 408 : cluster [INF] osd.3 [v2:172.21.15.76:6810/517891225,v1:172.21.15.76:6811/517891225] boot 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:57.239087+0000 mon.smithi076 (mon.0) 409 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.243186+0000 mon.smithi076 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.243540+0000 mon.smithi076 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.243716+0000 mon.smithi076 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.243838+0000 mon.smithi076 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.243965+0000 mon.smithi076 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.247467+0000 mon.smithi076 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:57.341842+0000 mgr.smithi076.yiuunk (mgr.14180) 55 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:57.924455+0000 mon.smithi076 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.76:0/918076994' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:41:58.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.002931+0000 mon.smithi076 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:58.242400+0000 mon.smithi076 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.133:6816/1982577443,v1:172.21.15.133:6817/1982577443] boot 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:58.242442+0000 mon.smithi076 (mon.0) 419 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.242606+0000 mon.smithi076 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.243038+0000 mon.smithi076 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.243273+0000 mon.smithi076 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:58.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.243416+0000 mon.smithi076 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:58.963 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":22,"num_osds":8,"num_up_osds":4,"osd_up_since":1706064117,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":1} 2024-01-24T02:41:59.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:56.529187+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:59.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:56.529252+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:59.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:58.574568+0000 mon.smithi076 (mon.0) 424 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T02:41:59.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.125179+0000 mon.smithi133 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T02:41:59.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.125610+0000 mon.smithi076 (mon.0) 425 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.243381+0000 mon.smithi076 (mon.0) 426 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.243448+0000 mon.smithi076 (mon.0) 427 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:59.243503+0000 mon.smithi076 (mon.0) 428 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.243667+0000 mon.smithi076 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.244051+0000 mon.smithi076 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.244287+0000 mon.smithi076 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:59.544 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:41:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.244627+0000 mon.smithi076 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:56.529187+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:41:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:56.529252+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:41:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:58.574568+0000 mon.smithi076 (mon.0) 424 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T02:41:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.125179+0000 mon.smithi133 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T02:41:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.125610+0000 mon.smithi076 (mon.0) 425 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.243381+0000 mon.smithi076 (mon.0) 426 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.243448+0000 mon.smithi076 (mon.0) 427 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:59.243503+0000 mon.smithi076 (mon.0) 428 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.243667+0000 mon.smithi076 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.244051+0000 mon.smithi076 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.244287+0000 mon.smithi076 (mon.0) 431 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:41:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:41:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.244627+0000 mon.smithi076 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:41:59.964 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:42:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.249174+0000 mon.smithi133 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:42:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:41:59.249578+0000 mon.smithi076 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:42:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:59.342356+0000 mgr.smithi076.yiuunk (mgr.14180) 56 : cluster [DBG] pgmap v50: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T02:42:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.245163+0000 mon.smithi076 (mon.0) 434 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:42:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.245221+0000 mon.smithi076 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:00.245269+0000 mon.smithi076 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.245500+0000 mon.smithi076 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.245655+0000 mon.smithi076 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.246119+0000 mon.smithi076 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.248608+0000 mon.smithi076 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.249141+0000 mon.smithi076 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.249174+0000 mon.smithi133 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:42:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:41:59.249578+0000 mon.smithi076 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]: dispatch 2024-01-24T02:42:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:59.342356+0000 mgr.smithi076.yiuunk (mgr.14180) 56 : cluster [DBG] pgmap v50: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T02:42:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.245163+0000 mon.smithi076 (mon.0) 434 : audit [INF] from='osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.245221+0000 mon.smithi076 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi133", "root=default"]}]': finished 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:00.245269+0000 mon.smithi076 (mon.0) 436 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.245500+0000 mon.smithi076 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.245655+0000 mon.smithi076 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.246119+0000 mon.smithi076 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.248608+0000 mon.smithi076 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:00.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.249141+0000 mon.smithi076 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:01.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:00.300611+0000 mon.smithi076 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:01.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.248328+0000 mon.smithi076 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.248946+0000 mon.smithi076 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:01.260684+0000 mon.smithi076 (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541] boot 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:01.260726+0000 mon.smithi076 (mon.0) 446 : cluster [INF] osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172] boot 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:01.260761+0000 mon.smithi076 (mon.0) 447 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.261023+0000 mon.smithi076 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.261203+0000 mon.smithi076 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:01.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.261388+0000 mon.smithi076 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:00.300611+0000 mon.smithi076 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.248328+0000 mon.smithi076 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.248946+0000 mon.smithi076 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:01.260684+0000 mon.smithi076 (mon.0) 445 : cluster [INF] osd.5 [v2:172.21.15.76:6818/3037226541,v1:172.21.15.76:6819/3037226541] boot 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:01.260726+0000 mon.smithi076 (mon.0) 446 : cluster [INF] osd.6 [v2:172.21.15.133:6824/3864539172,v1:172.21.15.133:6825/3864539172] boot 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:01.260761+0000 mon.smithi076 (mon.0) 447 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2024-01-24T02:42:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.261023+0000 mon.smithi076 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T02:42:01.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.261203+0000 mon.smithi076 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T02:42:01.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.261388+0000 mon.smithi076 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:01.927 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:02.317 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":26,"num_osds":8,"num_up_osds":7,"osd_up_since":1706064121,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:59.574319+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:41:59.574367+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:00.133598+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:00.133681+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:01.342720+0000 mgr.smithi076.yiuunk (mgr.14180) 57 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T02:42:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:01.928397+0000 mon.smithi076 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.76:0/3944647058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:59.574319+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:41:59.574367+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:00.133598+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:00.133681+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:01.342720+0000 mgr.smithi076.yiuunk (mgr.14180) 57 : cluster [DBG] pgmap v53: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T02:42:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:01.928397+0000 mon.smithi076 (mon.0) 451 : audit [DBG] from='client.? 172.21.15.76:0/3944647058' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:03.318 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:42:03.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:02.307637+0000 mon.smithi076 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-24T02:42:03.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:02.307789+0000 mon.smithi076 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:03.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:02.822019+0000 mon.smithi076 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:03.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:02.822780+0000 mgr.smithi076.yiuunk (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi076 (unknown last config time)... 2024-01-24T02:42:03.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:02.823031+0000 mon.smithi076 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T02:42:03.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:02.823548+0000 mon.smithi076 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T02:42:03.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:02.824026+0000 mon.smithi076 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:03.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:02.824459+0000 mgr.smithi076.yiuunk (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2024-01-24T02:42:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:02.307637+0000 mon.smithi076 (mon.0) 452 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-24T02:42:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:02.307789+0000 mon.smithi076 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:02.822019+0000 mon.smithi076 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:02.822780+0000 mgr.smithi076.yiuunk (mgr.14180) 58 : cephadm [INF] Reconfiguring mon.smithi076 (unknown last config time)... 2024-01-24T02:42:03.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:02.823031+0000 mon.smithi076 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T02:42:03.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:02.823548+0000 mon.smithi076 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T02:42:03.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:02.824026+0000 mon.smithi076 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:03.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:02.824459+0000 mgr.smithi076.yiuunk (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:03.343036+0000 mgr.smithi076.yiuunk (mgr.14180) 60 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:03.544792+0000 mon.smithi076 (mon.0) 458 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:03.754795+0000 mon.smithi076 (mon.0) 459 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:03.755565+0000 mgr.smithi076.yiuunk (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi076.yiuunk (unknown last config time)... 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:03.755896+0000 mon.smithi076 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.yiuunk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:03.756607+0000 mon.smithi076 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:03.757205+0000 mon.smithi076 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:04.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:03.758010+0000 mgr.smithi076.yiuunk (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi076.yiuunk on smithi076 2024-01-24T02:42:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:03.343036+0000 mgr.smithi076.yiuunk (mgr.14180) 60 : cluster [DBG] pgmap v55: 1 pgs: 1 creating+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T02:42:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:03.544792+0000 mon.smithi076 (mon.0) 458 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T02:42:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:03.754795+0000 mon.smithi076 (mon.0) 459 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:03.755565+0000 mgr.smithi076.yiuunk (mgr.14180) 61 : cephadm [INF] Reconfiguring mgr.smithi076.yiuunk (unknown last config time)... 2024-01-24T02:42:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:03.755896+0000 mon.smithi076 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.yiuunk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T02:42:04.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:03.756607+0000 mon.smithi076 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T02:42:04.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:03.757205+0000 mon.smithi076 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:04.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:03.758010+0000 mgr.smithi076.yiuunk (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mgr.smithi076.yiuunk on smithi076 2024-01-24T02:42:05.238 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:05.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:04.312638+0000 mon.smithi076 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:04.312688+0000 mon.smithi076 (mon.0) 464 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:04.312786+0000 mon.smithi076 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:04.313104+0000 mon.smithi076 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:04.802659+0000 mon.smithi076 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:04.803424+0000 mgr.smithi076.yiuunk (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi076 (dependencies changed)... 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:04.809915+0000 mgr.smithi076.yiuunk (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi076 on smithi076 2024-01-24T02:42:05.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:05.238528+0000 mon.smithi076 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.76:0/866835470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:04.312638+0000 mon.smithi076 (mon.0) 463 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T02:42:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:04.312688+0000 mon.smithi076 (mon.0) 464 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:04.312786+0000 mon.smithi076 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:04.313104+0000 mon.smithi076 (mon.0) 466 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:04.802659+0000 mon.smithi076 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:04.803424+0000 mgr.smithi076.yiuunk (mgr.14180) 63 : cephadm [INF] Reconfiguring alertmanager.smithi076 (dependencies changed)... 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:04.809915+0000 mgr.smithi076.yiuunk (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon alertmanager.smithi076 on smithi076 2024-01-24T02:42:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:05.238528+0000 mon.smithi076 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.76:0/866835470' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:05.709 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1706064121,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:42:06.512 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:05.314658+0000 mon.smithi076 (mon.0) 469 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:42:06.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:05.314708+0000 mon.smithi076 (mon.0) 470 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-24T02:42:06.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:05.315018+0000 mon.smithi076 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:06.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:05.319225+0000 mon.smithi076 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:06.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:05.343338+0000 mgr.smithi076.yiuunk (mgr.14180) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T02:42:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:05.314658+0000 mon.smithi076 (mon.0) 469 : audit [INF] from='osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-01-24T02:42:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:05.314708+0000 mon.smithi076 (mon.0) 470 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2024-01-24T02:42:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:05.315018+0000 mon.smithi076 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:05.319225+0000 mon.smithi076 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:05.343338+0000 mgr.smithi076.yiuunk (mgr.14180) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T02:42:06.710 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T02:42:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:04.580314+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:07.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:04.580359+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:07.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:06.319319+0000 mon.smithi076 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:07.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:06.324593+0000 mon.smithi076 (mon.0) 474 : cluster [INF] osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123] boot 2024-01-24T02:42:07.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:06.324615+0000 mon.smithi076 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-24T02:42:07.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:06.324986+0000 mon.smithi076 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:04.580314+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:04.580359+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:06.319319+0000 mon.smithi076 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:06.324593+0000 mon.smithi076 (mon.0) 474 : cluster [INF] osd.7 [v2:172.21.15.76:6826/206684123,v1:172.21.15.76:6827/206684123] boot 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:06.324615+0000 mon.smithi076 (mon.0) 475 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-24T02:42:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:06.324986+0000 mon.smithi076 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T02:42:08.466 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:07.332670+0000 mon.smithi076 (mon.0) 477 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-24T02:42:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:07.343653+0000 mgr.smithi076.yiuunk (mgr.14180) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:07.332670+0000 mon.smithi076 (mon.0) 477 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-24T02:42:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:07.343653+0000 mgr.smithi076.yiuunk (mgr.14180) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:09.186 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":32,"num_osds":8,"num_up_osds":8,"osd_up_since":1706064126,"num_in_osds":8,"osd_in_since":1706064096,"num_remapped_pgs":0} 2024-01-24T02:42:09.187 INFO:tasks.cephadm:Setting up client nodes... 2024-01-24T02:42:09.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T02:42:09.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:08.335285+0000 mon.smithi076 (mon.0) 478 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-24T02:42:09.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:08.340393+0000 mon.smithi076 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:09.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:08.341147+0000 mgr.smithi076.yiuunk (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2024-01-24T02:42:09.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:08.341487+0000 mon.smithi076 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:42:09.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:08.342276+0000 mon.smithi076 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:09.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:08.342805+0000 mgr.smithi076.yiuunk (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi076 on smithi076 2024-01-24T02:42:09.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:08.465872+0000 mon.smithi076 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.76:0/4129573150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:08.335285+0000 mon.smithi076 (mon.0) 478 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-24T02:42:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:08.340393+0000 mon.smithi076 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:08.341147+0000 mgr.smithi076.yiuunk (mgr.14180) 67 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2024-01-24T02:42:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:08.341487+0000 mon.smithi076 (mon.0) 480 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:42:09.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:08.342276+0000 mon.smithi076 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:09.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:08.342805+0000 mgr.smithi076.yiuunk (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon crash.smithi076 on smithi076 2024-01-24T02:42:09.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:08.465872+0000 mon.smithi076 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.76:0/4129573150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T02:42:10.726 INFO:teuthology.orchestra.run.smithi076.stdout:[client.0] 2024-01-24T02:42:10.726 INFO:teuthology.orchestra.run.smithi076.stdout: key = AQACebBlvjwkKxAAPgK5VGEAbKwswCF1jVEbkw== 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:09.343934+0000 mgr.smithi076.yiuunk (mgr.14180) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:09.797634+0000 mon.smithi076 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:09.798249+0000 mgr.smithi076.yiuunk (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi076 (dependencies changed)... 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:09.829698+0000 mgr.smithi076.yiuunk (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi076 on smithi076 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:10.723632+0000 mon.smithi076 (mon.0) 484 : audit [INF] from='client.? 172.21.15.76:0/350758776' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:10.989 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:10.727081+0000 mon.smithi076 (mon.0) 485 : audit [INF] from='client.? 172.21.15.76:0/350758776' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T02:42:11.101 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T02:42:11.101 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-24T02:42:11.101 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:09.343934+0000 mgr.smithi076.yiuunk (mgr.14180) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:09.797634+0000 mon.smithi076 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:09.798249+0000 mgr.smithi076.yiuunk (mgr.14180) 70 : cephadm [INF] Reconfiguring grafana.smithi076 (dependencies changed)... 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:09.829698+0000 mgr.smithi076.yiuunk (mgr.14180) 71 : cephadm [INF] Reconfiguring daemon grafana.smithi076 on smithi076 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:10.723632+0000 mon.smithi076 (mon.0) 484 : audit [INF] from='client.? 172.21.15.76:0/350758776' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:11.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:10.727081+0000 mon.smithi076 (mon.0) 485 : audit [INF] from='client.? 172.21.15.76:0/350758776' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T02:42:11.143 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T02:42:12.754 INFO:teuthology.orchestra.run.smithi133.stdout:[client.1] 2024-01-24T02:42:12.754 INFO:teuthology.orchestra.run.smithi133.stdout: key = AQAEebBlDZnQLBAA6Kf9bV99MD0bb/e+HS+byA== 2024-01-24T02:42:13.053 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:11.344202+0000 mgr.smithi076.yiuunk (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:13.053 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:12.690096+0000 mon.smithi076 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:13.053 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:12.751294+0000 mon.smithi133 (mon.1) 18 : audit [INF] from='client.? 172.21.15.133:0/2622641814' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:13.053 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:12.751722+0000 mon.smithi076 (mon.0) 487 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:13.053 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:12.755033+0000 mon.smithi076 (mon.0) 488 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T02:42:13.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:11.344202+0000 mgr.smithi076.yiuunk (mgr.14180) 72 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:13.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:12.690096+0000 mon.smithi076 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:13.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:12.751294+0000 mon.smithi133 (mon.1) 18 : audit [INF] from='client.? 172.21.15.133:0/2622641814' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:13.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:12.751722+0000 mon.smithi076 (mon.0) 487 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T02:42:13.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:12.755033+0000 mon.smithi076 (mon.0) 488 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T02:42:13.129 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T02:42:13.129 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-24T02:42:13.129 DEBUG:teuthology.orchestra.run.smithi133:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-24T02:42:13.171 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T02:42:14.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:12.690867+0000 mgr.smithi076.yiuunk (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi076 (dependencies changed)... 2024-01-24T02:42:14.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:12.694223+0000 mgr.smithi076.yiuunk (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi076 on smithi076 2024-01-24T02:42:14.079 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:14.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:12.690867+0000 mgr.smithi076.yiuunk (mgr.14180) 73 : cephadm [INF] Reconfiguring prometheus.smithi076 (dependencies changed)... 2024-01-24T02:42:14.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:12.694223+0000 mgr.smithi076.yiuunk (mgr.14180) 74 : cephadm [INF] Reconfiguring daemon prometheus.smithi076 on smithi076 2024-01-24T02:42:15.175 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:13.344540+0000 mgr.smithi076.yiuunk (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:13.344540+0000 mgr.smithi076.yiuunk (mgr.14180) 75 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:15.495 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:15.495 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":32,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","created":"2024-01-24T02:39:15.259046+0000","modified":"2024-01-24T02:42:08.329048+0000","last_up_change":"2024-01-24T02:42:06.316025+0000","last_in_change":"2024-01-24T02:41:36.789331+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-01-24T02:41:54.485297+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":"25","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":"f69b65a2-6736-4765-b614-b1e55dcff82f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6801","nonce":4176553351}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6803","nonce":4176553351}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6807","nonce":4176553351}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6805","nonce":4176553351}]},"public_addr":"172.21.15.133:6801/4176553351","cluster_addr":"172.21.15.133:6803/4176553351","heartbeat_back_addr":"172.21.15.133:6807/4176553351","heartbeat_front_addr":"172.21.15.133:6805/4176553351","state":["exists","up"]},{"osd":1,"uuid":"9a706a22-33ac-4a34-90cc-53f48769e674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6803","nonce":3261178249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6805","nonce":3261178249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6809","nonce":3261178249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6807","nonce":3261178249}]},"public_addr":"172.21.15.76:6803/3261178249","cluster_addr":"172.21.15.76:6805/3261178249","heartbeat_back_addr":"172.21.15.76:6809/3261178249","heartbeat_front_addr":"172.21.15.76:6807/3261178249","state":["exists","up"]},{"osd":2,"uuid":"0418df8f-ec08-4257-b49d-90f1fa9c34ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6809","nonce":1820362212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6811","nonce":1820362212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6815","nonce":1820362212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6813","nonce":1820362212}]},"public_addr":"172.21.15.133:6809/1820362212","cluster_addr":"172.21.15.133:6811/1820362212","heartbeat_back_addr":"172.21.15.133:6815/1820362212","heartbeat_front_addr":"172.21.15.133:6813/1820362212","state":["exists","up"]},{"osd":3,"uuid":"95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6811","nonce":517891225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6813","nonce":517891225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6817","nonce":517891225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6815","nonce":517891225}]},"public_addr":"172.21.15.76:6811/517891225","cluster_addr":"172.21.15.76:6813/517891225","heartbeat_back_addr":"172.21.15.76:6817/517891225","heartbeat_front_addr":"172.21.15.76:6815/517891225","state":["exists","up"]},{"osd":4,"uuid":"8a6153f4-24f2-402c-baba-93703fe8e462","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.133:6816","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6817","nonce":1982577443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6819","nonce":1982577443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6823","nonce":1982577443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6821","nonce":1982577443}]},"public_addr":"172.21.15.133:6817/1982577443","cluster_addr":"172.21.15.133:6819/1982577443","heartbeat_back_addr":"172.21.15.133:6823/1982577443","heartbeat_front_addr":"172.21.15.133:6821/1982577443","state":["exists","up"]},{"osd":5,"uuid":"b4e856ab-ffb8-45a8-90bc-1f0f14c35eea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6819","nonce":3037226541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6821","nonce":3037226541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6825","nonce":3037226541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6823","nonce":3037226541}]},"public_addr":"172.21.15.76:6819/3037226541","cluster_addr":"172.21.15.76:6821/3037226541","heartbeat_back_addr":"172.21.15.76:6825/3037226541","heartbeat_front_addr":"172.21.15.76:6823/3037226541","state":["exists","up"]},{"osd":6,"uuid":"6db5625f-cb05-43d2-bb0d-3359eb250dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6825","nonce":3864539172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6827","nonce":3864539172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6831","nonce":3864539172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6829","nonce":3864539172}]},"public_addr":"172.21.15.133:6825/3864539172","cluster_addr":"172.21.15.133:6827/3864539172","heartbeat_back_addr":"172.21.15.133:6831/3864539172","heartbeat_front_addr":"172.21.15.133:6829/3864539172","state":["exists","up"]},{"osd":7,"uuid":"1b8f60fb-238f-4c01-8bda-2399a9831723","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6827","nonce":206684123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6829","nonce":206684123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6832","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6833","nonce":206684123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6831","nonce":206684123}]},"public_addr":"172.21.15.76:6827/206684123","cluster_addr":"172.21.15.76:6829/206684123","heartbeat_back_addr":"172.21.15.76:6833/206684123","heartbeat_front_addr":"172.21.15.76:6831/206684123","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:49.572987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:51.382312+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:53.024573+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:55.652727+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:56.529254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:59.574369+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:00.133686+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:04.580361+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1210243002":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6800/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/841367448":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/3838827947":"2024-01-25T02:40:45.326534+0000","172.21.15.76:0/4240027118":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:6801/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/2776874428":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/1120529893":"2024-01-25T02:39:35.302682+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T02:42:15.967 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-24T02:41:54.485297+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': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-24T02:42:15.968 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-24T02:42:16.016 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:15.494266+0000 mon.smithi076 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.76:0/2600222473' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:16.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:15.494266+0000 mon.smithi076 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.76:0/2600222473' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:16.489 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:17.055 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:15.344852+0000 mgr.smithi076.yiuunk (mgr.14180) 76 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:17.055 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:16.485392+0000 mon.smithi076 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:17.056 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:16.486427+0000 mon.smithi076 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:42:17.056 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:16.487058+0000 mon.smithi076 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:17.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:15.344852+0000 mgr.smithi076.yiuunk (mgr.14180) 76 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:17.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:16.485392+0000 mon.smithi076 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:17.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:16.486427+0000 mon.smithi076 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi133", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T02:42:17.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:16.487058+0000 mon.smithi076 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:17.626 INFO:teuthology.orchestra.run.smithi076.stdout:pg_num: 1 2024-01-24T02:42:18.036 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-24T02:42:18.036 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-24T02:42:18.037 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-24T02:42:18.277 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:16.486172+0000 mgr.smithi076.yiuunk (mgr.14180) 77 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:16.487549+0000 mgr.smithi076.yiuunk (mgr.14180) 78 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:17.371848+0000 mon.smithi076 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:17.372841+0000 mon.smithi076 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.nkyadk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:17.373656+0000 mon.smithi076 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:17.374247+0000 mon.smithi076 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:18.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:17.626648+0000 mon.smithi076 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.76:0/1804415220' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T02:42:18.305 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:16.486172+0000 mgr.smithi076.yiuunk (mgr.14180) 77 : cephadm [INF] Reconfiguring crash.smithi133 (monmap changed)... 2024-01-24T02:42:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:16.487549+0000 mgr.smithi076.yiuunk (mgr.14180) 78 : cephadm [INF] Reconfiguring daemon crash.smithi133 on smithi133 2024-01-24T02:42:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:17.371848+0000 mon.smithi076 (mon.0) 493 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:17.372841+0000 mon.smithi076 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi133.nkyadk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T02:42:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:17.373656+0000 mon.smithi076 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T02:42:18.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:17.374247+0000 mon.smithi076 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:18.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:17.626648+0000 mon.smithi076 (mon.0) 497 : audit [DBG] from='client.? 172.21.15.76:0/1804415220' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:17.345338+0000 mgr.smithi076.yiuunk (mgr.14180) 79 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:17.372506+0000 mgr.smithi076.yiuunk (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi133.nkyadk (monmap changed)... 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:17.374795+0000 mgr.smithi076.yiuunk (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi133.nkyadk on smithi133 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:18.241550+0000 mon.smithi076 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:18.242580+0000 mon.smithi076 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:18.243196+0000 mon.smithi076 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T02:42:19.142 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:18.243789+0000 mon.smithi076 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:17.345338+0000 mgr.smithi076.yiuunk (mgr.14180) 79 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:17.372506+0000 mgr.smithi076.yiuunk (mgr.14180) 80 : cephadm [INF] Reconfiguring mgr.smithi133.nkyadk (monmap changed)... 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:17.374795+0000 mgr.smithi076.yiuunk (mgr.14180) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi133.nkyadk on smithi133 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:18.241550+0000 mon.smithi076 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:18.242580+0000 mon.smithi076 (mon.0) 499 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:18.243196+0000 mon.smithi076 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T02:42:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:18.243789+0000 mon.smithi076 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:19.563 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:19.998 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi076.yiuunk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":1198601699},{"type":"v1","addr":"172.21.15.76:6801","nonce":1198601699}]},"active_addr":"172.21.15.76:6801/1198601699","active_change":"2024-01-24T02:40:45.326649+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi133.nkyadk","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.76:8443/","prometheus":"http://172.21.15.76: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.76:0","nonce":925031900}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.76:0","nonce":448391181}]}]} 2024-01-24T02:42:20.002 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-24T02:42:20.002 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-24T02:42:20.002 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T02:42:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:18.242328+0000 mgr.smithi076.yiuunk (mgr.14180) 82 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-01-24T02:42:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:18.244385+0000 mgr.smithi076.yiuunk (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-01-24T02:42:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.094212+0000 mon.smithi076 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.096819+0000 mon.smithi076 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.097967+0000 mon.smithi076 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi076:9093"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.103778+0000 mon.smithi076 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.109171+0000 mon.smithi076 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.111029+0000 mon.smithi076 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076:3000"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.116927+0000 mon.smithi076 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.120838+0000 mon.smithi076 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.124875+0000 mon.smithi076 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi076:9095"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.131835+0000 mon.smithi076 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.135368+0000 mon.smithi076 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:42:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.558482+0000 mon.smithi076 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.76:0/1386117077' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:18.242328+0000 mgr.smithi076.yiuunk (mgr.14180) 82 : cephadm [INF] Reconfiguring mon.smithi133 (monmap changed)... 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:18.244385+0000 mgr.smithi076.yiuunk (mgr.14180) 83 : cephadm [INF] Reconfiguring daemon mon.smithi133 on smithi133 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.094212+0000 mon.smithi076 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.096819+0000 mon.smithi076 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.097967+0000 mon.smithi076 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi076:9093"}]: dispatch 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.103778+0000 mon.smithi076 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.109171+0000 mon.smithi076 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T02:42:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.111029+0000 mon.smithi076 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076:3000"}]: dispatch 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.116927+0000 mon.smithi076 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.120838+0000 mon.smithi076 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.124875+0000 mon.smithi076 (mon.0) 510 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi076:9095"}]: dispatch 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.131835+0000 mon.smithi076 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.135368+0000 mon.smithi076 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:42:20.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.558482+0000 mon.smithi076 (mon.0) 513 : audit [DBG] from='client.? 172.21.15.76:0/1386117077' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T02:42:20.613 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.097185+0000 mgr.smithi076.yiuunk (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.098212+0000 mgr.smithi076.yiuunk (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi076:9093"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.109546+0000 mgr.smithi076.yiuunk (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.111328+0000 mgr.smithi076.yiuunk (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076:3000"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.121252+0000 mgr.smithi076.yiuunk (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:19.125246+0000 mgr.smithi076.yiuunk (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi076:9095"}]: dispatch 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:19.345651+0000 mgr.smithi076.yiuunk (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:21.324 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:20.320953+0000 mon.smithi076 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.097185+0000 mgr.smithi076.yiuunk (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.098212+0000 mgr.smithi076.yiuunk (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi076:9093"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.109546+0000 mgr.smithi076.yiuunk (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.111328+0000 mgr.smithi076.yiuunk (mgr.14180) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi076:3000"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.121252+0000 mgr.smithi076.yiuunk (mgr.14180) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:19.125246+0000 mgr.smithi076.yiuunk (mgr.14180) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi076:9095"}]: dispatch 2024-01-24T02:42:21.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:19.345651+0000 mgr.smithi076.yiuunk (mgr.14180) 90 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:21.364 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:20.320953+0000 mon.smithi076 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:21.994 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:21.994 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":32,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","created":"2024-01-24T02:39:15.259046+0000","modified":"2024-01-24T02:42:08.329048+0000","last_up_change":"2024-01-24T02:42:06.316025+0000","last_in_change":"2024-01-24T02:41:36.789331+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-01-24T02:41:54.485297+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":"25","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":"f69b65a2-6736-4765-b614-b1e55dcff82f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6801","nonce":4176553351}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6803","nonce":4176553351}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6807","nonce":4176553351}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6805","nonce":4176553351}]},"public_addr":"172.21.15.133:6801/4176553351","cluster_addr":"172.21.15.133:6803/4176553351","heartbeat_back_addr":"172.21.15.133:6807/4176553351","heartbeat_front_addr":"172.21.15.133:6805/4176553351","state":["exists","up"]},{"osd":1,"uuid":"9a706a22-33ac-4a34-90cc-53f48769e674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6803","nonce":3261178249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6805","nonce":3261178249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6809","nonce":3261178249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6807","nonce":3261178249}]},"public_addr":"172.21.15.76:6803/3261178249","cluster_addr":"172.21.15.76:6805/3261178249","heartbeat_back_addr":"172.21.15.76:6809/3261178249","heartbeat_front_addr":"172.21.15.76:6807/3261178249","state":["exists","up"]},{"osd":2,"uuid":"0418df8f-ec08-4257-b49d-90f1fa9c34ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6809","nonce":1820362212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6811","nonce":1820362212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6815","nonce":1820362212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6813","nonce":1820362212}]},"public_addr":"172.21.15.133:6809/1820362212","cluster_addr":"172.21.15.133:6811/1820362212","heartbeat_back_addr":"172.21.15.133:6815/1820362212","heartbeat_front_addr":"172.21.15.133:6813/1820362212","state":["exists","up"]},{"osd":3,"uuid":"95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6811","nonce":517891225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6813","nonce":517891225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6817","nonce":517891225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6815","nonce":517891225}]},"public_addr":"172.21.15.76:6811/517891225","cluster_addr":"172.21.15.76:6813/517891225","heartbeat_back_addr":"172.21.15.76:6817/517891225","heartbeat_front_addr":"172.21.15.76:6815/517891225","state":["exists","up"]},{"osd":4,"uuid":"8a6153f4-24f2-402c-baba-93703fe8e462","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.133:6816","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6817","nonce":1982577443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6819","nonce":1982577443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6823","nonce":1982577443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6821","nonce":1982577443}]},"public_addr":"172.21.15.133:6817/1982577443","cluster_addr":"172.21.15.133:6819/1982577443","heartbeat_back_addr":"172.21.15.133:6823/1982577443","heartbeat_front_addr":"172.21.15.133:6821/1982577443","state":["exists","up"]},{"osd":5,"uuid":"b4e856ab-ffb8-45a8-90bc-1f0f14c35eea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6819","nonce":3037226541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6821","nonce":3037226541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6825","nonce":3037226541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6823","nonce":3037226541}]},"public_addr":"172.21.15.76:6819/3037226541","cluster_addr":"172.21.15.76:6821/3037226541","heartbeat_back_addr":"172.21.15.76:6825/3037226541","heartbeat_front_addr":"172.21.15.76:6823/3037226541","state":["exists","up"]},{"osd":6,"uuid":"6db5625f-cb05-43d2-bb0d-3359eb250dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6825","nonce":3864539172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6827","nonce":3864539172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6831","nonce":3864539172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6829","nonce":3864539172}]},"public_addr":"172.21.15.133:6825/3864539172","cluster_addr":"172.21.15.133:6827/3864539172","heartbeat_back_addr":"172.21.15.133:6831/3864539172","heartbeat_front_addr":"172.21.15.133:6829/3864539172","state":["exists","up"]},{"osd":7,"uuid":"1b8f60fb-238f-4c01-8bda-2399a9831723","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6827","nonce":206684123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6829","nonce":206684123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6832","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6833","nonce":206684123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6831","nonce":206684123}]},"public_addr":"172.21.15.76:6827/206684123","cluster_addr":"172.21.15.76:6829/206684123","heartbeat_back_addr":"172.21.15.76:6833/206684123","heartbeat_front_addr":"172.21.15.76:6831/206684123","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:49.572987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:51.382312+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:53.024573+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:55.652727+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:56.529254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:59.574369+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:00.133686+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:04.580361+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1210243002":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6800/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/841367448":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/3838827947":"2024-01-25T02:40:45.326534+0000","172.21.15.76:0/4240027118":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:6801/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/2776874428":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/1120529893":"2024-01-25T02:39:35.302682+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T02:42:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:21.994439+0000 mon.smithi076 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.76:0/192917934' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:21.994439+0000 mon.smithi076 (mon.0) 515 : audit [DBG] from='client.? 172.21.15.76:0/192917934' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:22.363 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-24T02:42:22.363 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T02:42:22.696 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:21.345892+0000 mgr.smithi076.yiuunk (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:22.745385+0000 mon.smithi076 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:22.768602+0000 mgr.smithi076.yiuunk (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi133 2024-01-24T02:42:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:22.776076+0000 mon.smithi076 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:23.047253+0000 mon.smithi076 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:23.047855+0000 mon.smithi076 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:23.048334+0000 mon.smithi076 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:23.048840+0000 mon.smithi076 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:23.049217+0000 mgr.smithi076.yiuunk (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 3990M 2024-01-24T02:42:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:23.054872+0000 mon.smithi076 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:23.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:21.345892+0000 mgr.smithi076.yiuunk (mgr.14180) 91 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:22.745385+0000 mon.smithi076 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:22.768602+0000 mgr.smithi076.yiuunk (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi133 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:22.776076+0000 mon.smithi076 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:23.047253+0000 mon.smithi076 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:23.047855+0000 mon.smithi076 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:23.048334+0000 mon.smithi076 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:23.048840+0000 mon.smithi076 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:23.049217+0000 mgr.smithi076.yiuunk (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 3990M 2024-01-24T02:42:23.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:23.054872+0000 mon.smithi076 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:24.122 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:24.122 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":32,"fsid":"af7406ce-ba61-11ee-95b1-87774f69a715","created":"2024-01-24T02:39:15.259046+0000","modified":"2024-01-24T02:42:08.329048+0000","last_up_change":"2024-01-24T02:42:06.316025+0000","last_in_change":"2024-01-24T02:41:36.789331+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-01-24T02:41:54.485297+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":"25","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":"f69b65a2-6736-4765-b614-b1e55dcff82f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6800","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6801","nonce":4176553351}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6802","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6803","nonce":4176553351}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6806","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6807","nonce":4176553351}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6804","nonce":4176553351},{"type":"v1","addr":"172.21.15.133:6805","nonce":4176553351}]},"public_addr":"172.21.15.133:6801/4176553351","cluster_addr":"172.21.15.133:6803/4176553351","heartbeat_back_addr":"172.21.15.133:6807/4176553351","heartbeat_front_addr":"172.21.15.133:6805/4176553351","state":["exists","up"]},{"osd":1,"uuid":"9a706a22-33ac-4a34-90cc-53f48769e674","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6803","nonce":3261178249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6805","nonce":3261178249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6809","nonce":3261178249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":3261178249},{"type":"v1","addr":"172.21.15.76:6807","nonce":3261178249}]},"public_addr":"172.21.15.76:6803/3261178249","cluster_addr":"172.21.15.76:6805/3261178249","heartbeat_back_addr":"172.21.15.76:6809/3261178249","heartbeat_front_addr":"172.21.15.76:6807/3261178249","state":["exists","up"]},{"osd":2,"uuid":"0418df8f-ec08-4257-b49d-90f1fa9c34ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6808","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6809","nonce":1820362212}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6810","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6811","nonce":1820362212}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6814","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6815","nonce":1820362212}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6812","nonce":1820362212},{"type":"v1","addr":"172.21.15.133:6813","nonce":1820362212}]},"public_addr":"172.21.15.133:6809/1820362212","cluster_addr":"172.21.15.133:6811/1820362212","heartbeat_back_addr":"172.21.15.133:6815/1820362212","heartbeat_front_addr":"172.21.15.133:6813/1820362212","state":["exists","up"]},{"osd":3,"uuid":"95e0ebae-24d6-45c1-b19a-a1fd09a3ce6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6811","nonce":517891225}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6813","nonce":517891225}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6817","nonce":517891225}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":517891225},{"type":"v1","addr":"172.21.15.76:6815","nonce":517891225}]},"public_addr":"172.21.15.76:6811/517891225","cluster_addr":"172.21.15.76:6813/517891225","heartbeat_back_addr":"172.21.15.76:6817/517891225","heartbeat_front_addr":"172.21.15.76:6815/517891225","state":["exists","up"]},{"osd":4,"uuid":"8a6153f4-24f2-402c-baba-93703fe8e462","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.133:6816","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6817","nonce":1982577443}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6818","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6819","nonce":1982577443}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6822","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6823","nonce":1982577443}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6820","nonce":1982577443},{"type":"v1","addr":"172.21.15.133:6821","nonce":1982577443}]},"public_addr":"172.21.15.133:6817/1982577443","cluster_addr":"172.21.15.133:6819/1982577443","heartbeat_back_addr":"172.21.15.133:6823/1982577443","heartbeat_front_addr":"172.21.15.133:6821/1982577443","state":["exists","up"]},{"osd":5,"uuid":"b4e856ab-ffb8-45a8-90bc-1f0f14c35eea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6819","nonce":3037226541}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6821","nonce":3037226541}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6825","nonce":3037226541}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3037226541},{"type":"v1","addr":"172.21.15.76:6823","nonce":3037226541}]},"public_addr":"172.21.15.76:6819/3037226541","cluster_addr":"172.21.15.76:6821/3037226541","heartbeat_back_addr":"172.21.15.76:6825/3037226541","heartbeat_front_addr":"172.21.15.76:6823/3037226541","state":["exists","up"]},{"osd":6,"uuid":"6db5625f-cb05-43d2-bb0d-3359eb250dee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6824","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6825","nonce":3864539172}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6826","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6827","nonce":3864539172}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6830","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6831","nonce":3864539172}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.133:6828","nonce":3864539172},{"type":"v1","addr":"172.21.15.133:6829","nonce":3864539172}]},"public_addr":"172.21.15.133:6825/3864539172","cluster_addr":"172.21.15.133:6827/3864539172","heartbeat_back_addr":"172.21.15.133:6831/3864539172","heartbeat_front_addr":"172.21.15.133:6829/3864539172","state":["exists","up"]},{"osd":7,"uuid":"1b8f60fb-238f-4c01-8bda-2399a9831723","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6827","nonce":206684123}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6829","nonce":206684123}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6832","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6833","nonce":206684123}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":206684123},{"type":"v1","addr":"172.21.15.76:6831","nonce":206684123}]},"public_addr":"172.21.15.76:6827/206684123","cluster_addr":"172.21.15.76:6829/206684123","heartbeat_back_addr":"172.21.15.76:6833/206684123","heartbeat_front_addr":"172.21.15.76:6831/206684123","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:49.572987+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:51.382312+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:53.024573+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:55.652727+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:56.529254+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:41:59.574369+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:00.133686+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-24T02:42:04.580361+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.76:0/1210243002":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6800/3101774775":"2024-01-25T02:40:45.326534+0000","172.21.15.76:6801/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/3085602280":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/841367448":"2024-01-25T02:40:04.283786+0000","172.21.15.76:0/3838827947":"2024-01-25T02:40:45.326534+0000","172.21.15.76:0/4240027118":"2024-01-25T02:40:04.283786+0000","172.21.15.76:6800/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:6801/780410923":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/2776874428":"2024-01-25T02:39:35.302682+0000","172.21.15.76:0/1120529893":"2024-01-25T02:39:35.302682+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-24T02:42:24.837 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-24T02:42:25.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:23.346209+0000 mgr.smithi076.yiuunk (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:25.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:24.122343+0000 mon.smithi076 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.76:0/3792735726' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:25.118 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:23.346209+0000 mgr.smithi076.yiuunk (mgr.14180) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:24.122343+0000 mon.smithi076 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.76:0/3792735726' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T02:42:26.838 INFO:teuthology.orchestra.run.smithi076.stdout:68719476746 2024-01-24T02:42:26.838 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-24T02:42:27.218 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:25.346460+0000 mgr.smithi076.yiuunk (mgr.14180) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:27.218 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:26.051511+0000 mgr.smithi076.yiuunk (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi076 2024-01-24T02:42:27.218 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.056828+0000 mon.smithi076 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.367970+0000 mon.smithi076 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.369070+0000 mon.smithi076 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.369670+0000 mon.smithi076 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.370201+0000 mon.smithi076 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.370720+0000 mon.smithi076 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.376568+0000 mon.smithi076 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.377615+0000 mon.smithi076 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.378188+0000 mon.smithi076 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.385131+0000 mon.smithi076 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.388645+0000 mon.smithi076 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.391398+0000 mon.smithi076 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:42:27.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.392270+0000 mon.smithi076 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:42:27.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.392473+0000 mon.smithi076 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:26.392942+0000 mon.smithi076 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:25.346460+0000 mgr.smithi076.yiuunk (mgr.14180) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:26.051511+0000 mgr.smithi076.yiuunk (mgr.14180) 96 : cephadm [INF] Detected new or changed devices on smithi076 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.056828+0000 mon.smithi076 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.367970+0000 mon.smithi076 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.369070+0000 mon.smithi076 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.369670+0000 mon.smithi076 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.370201+0000 mon.smithi076 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.370720+0000 mon.smithi076 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.376568+0000 mon.smithi076 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.377615+0000 mon.smithi076 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.378188+0000 mon.smithi076 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.385131+0000 mon.smithi076 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.388645+0000 mon.smithi076 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:42:27.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.391398+0000 mon.smithi076 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:42:27.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.392270+0000 mon.smithi076 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T02:42:27.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.392473+0000 mon.smithi076 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:26.392942+0000 mon.smithi076 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:27.422 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:28.244 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:42:26.371133+0000 mgr.smithi076.yiuunk (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 3222M 2024-01-24T02:42:28.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:42:26.371133+0000 mgr.smithi076.yiuunk (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 3222M 2024-01-24T02:42:28.831 INFO:teuthology.orchestra.run.smithi076.stdout:77309411338 2024-01-24T02:42:28.832 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-24T02:42:29.109 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:27.346943+0000 mgr.smithi076.yiuunk (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:27.346943+0000 mgr.smithi076.yiuunk (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:30.905 INFO:teuthology.orchestra.run.smithi076.stdout:81604378635 2024-01-24T02:42:30.906 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-24T02:42:31.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:29.347291+0000 mgr.smithi076.yiuunk (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:31.184 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:31.322 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:29.347291+0000 mgr.smithi076.yiuunk (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:31.347714+0000 mgr.smithi076.yiuunk (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:32.447928+0000 mon.smithi076 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:31.347714+0000 mgr.smithi076.yiuunk (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:32.447928+0000 mon.smithi076 (mon.0) 539 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:33.384 INFO:teuthology.orchestra.run.smithi076.stdout:94489280522 2024-01-24T02:42:33.384 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-24T02:42:33.673 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:35.158 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:33.348005+0000 mgr.smithi076.yiuunk (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:35.158 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:34.343559+0000 mon.smithi076 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:35.158 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:34.345320+0000 mon.smithi076 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:42:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:33.348005+0000 mgr.smithi076.yiuunk (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:34.343559+0000 mon.smithi076 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:34.345320+0000 mon.smithi076 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:42:35.422 INFO:teuthology.orchestra.run.smithi076.stdout:98784247818 2024-01-24T02:42:35.423 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-24T02:42:35.854 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:35.348387+0000 mgr.smithi076.yiuunk (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:35.561826+0000 mon.smithi076 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:36.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:35.348387+0000 mgr.smithi076.yiuunk (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:36.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:35.561826+0000 mon.smithi076 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:37.820 INFO:teuthology.orchestra.run.smithi076.stdout:111669149707 2024-01-24T02:42:37.821 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-24T02:42:38.115 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:39.216 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:37.348735+0000 mgr.smithi076.yiuunk (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:39.217 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:38.042901+0000 mon.smithi076 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:39.217 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:38.043833+0000 mon.smithi076 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:39.217 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:38.044437+0000 mon.smithi076 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:42:39.217 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:38.048752+0000 mon.smithi076 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:39.217 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:38.052471+0000 mon.smithi076 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:42:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:37.348735+0000 mgr.smithi076.yiuunk (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:38.042901+0000 mon.smithi076 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:38.043833+0000 mon.smithi076 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:42:39.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:38.044437+0000 mon.smithi076 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:42:39.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:38.048752+0000 mon.smithi076 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:42:39.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:38.052471+0000 mon.smithi076 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:42:39.437 INFO:teuthology.orchestra.run.smithi076.stdout:111669149707 2024-01-24T02:42:39.437 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-24T02:42:39.703 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:41.121 INFO:teuthology.orchestra.run.smithi076.stdout:128849018889 2024-01-24T02:42:41.122 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-24T02:42:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:39.349018+0000 mgr.smithi076.yiuunk (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:39.349018+0000 mgr.smithi076.yiuunk (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:41.386 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:42.508 INFO:teuthology.orchestra.run.smithi076.stdout:68719476749 2024-01-24T02:42:42.878 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476749 for osd.0 2024-01-24T02:42:42.878 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-24T02:42:43.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:41.349321+0000 mgr.smithi076.yiuunk (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:43.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:42.509197+0000 mon.smithi076 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.76:0/1277810336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T02:42:43.142 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:41.349321+0000 mgr.smithi076.yiuunk (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:42.509197+0000 mon.smithi076 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.76:0/1277810336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T02:42:44.336 INFO:teuthology.orchestra.run.smithi076.stdout:77309411341 2024-01-24T02:42:44.712 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411338 got 77309411341 for osd.1 2024-01-24T02:42:44.713 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-24T02:42:44.976 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:45.320 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:43.349689+0000 mgr.smithi076.yiuunk (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:45.320 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:44.336523+0000 mon.smithi076 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.76:0/3383690667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T02:42:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:43.349689+0000 mgr.smithi076.yiuunk (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:44.336523+0000 mon.smithi076 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.76:0/3383690667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T02:42:46.181 INFO:teuthology.orchestra.run.smithi076.stdout:81604378638 2024-01-24T02:42:46.553 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378635 got 81604378638 for osd.2 2024-01-24T02:42:46.553 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-24T02:42:46.819 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:47.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:45.349934+0000 mgr.smithi076.yiuunk (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:47.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:46.181569+0000 mon.smithi076 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.76:0/1500358461' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T02:42:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:45.349934+0000 mgr.smithi076.yiuunk (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:46.181569+0000 mon.smithi076 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.76:0/1500358461' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T02:42:47.999 INFO:teuthology.orchestra.run.smithi076.stdout:94489280524 2024-01-24T02:42:48.326 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:47.999013+0000 mon.smithi076 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.76:0/1769486302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T02:42:48.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:47.999013+0000 mon.smithi076 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.76:0/1769486302' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T02:42:48.394 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280522 got 94489280524 for osd.3 2024-01-24T02:42:48.394 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-24T02:42:48.666 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:47.350255+0000 mgr.smithi076.yiuunk (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:47.350255+0000 mgr.smithi076.yiuunk (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:49.868 INFO:teuthology.orchestra.run.smithi076.stdout:98784247820 2024-01-24T02:42:50.176 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:49.868443+0000 mon.smithi076 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.76:0/1143425617' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T02:42:50.252 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247818 got 98784247820 for osd.4 2024-01-24T02:42:50.253 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-24T02:42:50.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:49.868443+0000 mon.smithi076 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.76:0/1143425617' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T02:42:50.519 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:51.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:49.350609+0000 mgr.smithi076.yiuunk (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:51.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:49.350609+0000 mgr.smithi076.yiuunk (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:51.700 INFO:teuthology.orchestra.run.smithi076.stdout:111669149709 2024-01-24T02:42:52.089 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149707 got 111669149709 for osd.5 2024-01-24T02:42:52.090 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-24T02:42:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:51.700518+0000 mon.smithi076 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.76:0/320800498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T02:42:52.356 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:51.700518+0000 mon.smithi076 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.76:0/320800498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T02:42:53.198 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:51.350960+0000 mgr.smithi076.yiuunk (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:53.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:51.350960+0000 mgr.smithi076.yiuunk (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:53.552 INFO:teuthology.orchestra.run.smithi076.stdout:111669149709 2024-01-24T02:42:53.935 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149707 got 111669149709 for osd.6 2024-01-24T02:42:53.935 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-24T02:42:54.206 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:54.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:53.552985+0000 mon.smithi076 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.76:0/422570387' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T02:42:54.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:53.552985+0000 mon.smithi076 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.76:0/422570387' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T02:42:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:53.351301+0000 mgr.smithi076.yiuunk (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:53.351301+0000 mgr.smithi076.yiuunk (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:55.490 INFO:teuthology.orchestra.run.smithi076.stdout:128849018892 2024-01-24T02:42:55.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018892 for osd.7 2024-01-24T02:42:55.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-24T02:42:55.893 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T02:42:56.160 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:56.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:55.491260+0000 mon.smithi076 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.76:0/3475949558' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T02:42:56.408 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:55.491260+0000 mon.smithi076 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.76:0/3475949558' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T02:42:57.275 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:57.277 INFO:teuthology.orchestra.run.smithi076.stderr:dumped all 2024-01-24T02:42:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:55.351827+0000 mgr.smithi076.yiuunk (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:57.463 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:55.351827+0000 mgr.smithi076.yiuunk (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:57.597 INFO:teuthology.orchestra.run.smithi076.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2024-01-24T02:42:55.351670+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":2379220,"kb_used_data":2452,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549228,"statfs":{"total":767926730752,"available":765490409472,"internally_reserved":0,"allocated":2510848,"data_stored":969489,"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":32,"state":"active+clean","last_fresh":"2024-01-24T02:42:08.705004+0000","last_change":"2024-01-24T02:42:08.705004+0000","last_active":"2024-01-24T02:42:08.705004+0000","last_peered":"2024-01-24T02:42:08.705004+0000","last_clean":"2024-01-24T02:42:08.705004+0000","last_became_active":"2024-01-24T02:42:08.704720+0000","last_became_peered":"2024-01-24T02:42:08.704720+0000","last_unstale":"2024-01-24T02:42:08.705004+0000","last_undegraded":"2024-01-24T02:42:08.705004+0000","last_fullsized":"2024-01-24T02:42:08.705004+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T02:41:55.224447+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T02:41:55.224447+0000","last_clean_scrub_stamp":"2024-01-24T02:41:55.224447+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":30,"seq":128849018892,"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":121351,"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.47699999999999998}]},{"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.245}]},{"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.438}]},{"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.28399999999999997}]},{"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.41999999999999998}]},{"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.33800000000000002}]},{"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.52700000000000002}]}]},{"osd":6,"up_from":26,"seq":111669149710,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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.45700000000000002}]},{"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.67100000000000004}]},{"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.747}]},{"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.57899999999999996}]},{"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.59199999999999997}]},{"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.70799999999999996}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66300000000000003}]}]},{"osd":1,"up_from":18,"seq":77309411344,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121036,"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.55300000000000005}]},{"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.51600000000000001}]},{"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.33800000000000002}]},{"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.48199999999999998}]},{"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.27600000000000002}]},{"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.52700000000000002}]},{"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.371}]}]},{"osd":0,"up_from":16,"seq":68719476751,"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":121351,"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.27700000000000002}]},{"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.40400000000000003}]},{"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.32100000000000001}]},{"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.496}]},{"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.443}]},{"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.39600000000000002}]},{"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.52800000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378640,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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":"Wed Jan 24 02:42:54 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.41599999999999998}]},{"osd":1,"last update":"Wed Jan 24 02:42:54 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.65000000000000002}]},{"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.627}]},{"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.45900000000000002}]},{"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.68500000000000005}]},{"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.52100000000000002}]},{"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.59099999999999997}]}]},{"osd":3,"up_from":22,"seq":94489280526,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":120347,"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.64600000000000002}]},{"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.33900000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":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.63}]},{"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.29499999999999998}]},{"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.48499999999999999}]},{"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.32300000000000001}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":121351,"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.28000000000000003}]},{"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.67100000000000004}]},{"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.34799999999999998}]},{"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.66400000000000003}]},{"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.57199999999999995}]},{"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.44700000000000001}]},{"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.625}]}]},{"osd":5,"up_from":26,"seq":111669149710,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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.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.36699999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67900000000000005}]},{"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.45900000000000002}]},{"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.628}]},{"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.58199999999999996}]},{"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.47299999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T02:42:57.598 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T02:42:57.864 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:42:59.053 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:42:59.055 INFO:teuthology.orchestra.run.smithi076.stderr:dumped all 2024-01-24T02:42:59.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:57.274425+0000 mgr.smithi076.yiuunk (mgr.14180) 113 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:42:59.341 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:42:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:57.352166+0000 mgr.smithi076.yiuunk (mgr.14180) 114 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:57.274425+0000 mgr.smithi076.yiuunk (mgr.14180) 113 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:42:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:42:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:57.352166+0000 mgr.smithi076.yiuunk (mgr.14180) 114 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:42:59.425 INFO:teuthology.orchestra.run.smithi076.stdout:{"pg_ready":true,"pg_map":{"version":87,"stamp":"2024-01-24T02:42:57.351991+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":2379220,"kb_used_data":2452,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549228,"statfs":{"total":767926730752,"available":765490409472,"internally_reserved":0,"allocated":2510848,"data_stored":969489,"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":32,"state":"active+clean","last_fresh":"2024-01-24T02:42:08.705004+0000","last_change":"2024-01-24T02:42:08.705004+0000","last_active":"2024-01-24T02:42:08.705004+0000","last_peered":"2024-01-24T02:42:08.705004+0000","last_clean":"2024-01-24T02:42:08.705004+0000","last_became_active":"2024-01-24T02:42:08.704720+0000","last_became_peered":"2024-01-24T02:42:08.704720+0000","last_unstale":"2024-01-24T02:42:08.705004+0000","last_undegraded":"2024-01-24T02:42:08.705004+0000","last_fullsized":"2024-01-24T02:42:08.705004+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-24T02:41:55.224447+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T02:41:55.224447+0000","last_clean_scrub_stamp":"2024-01-24T02:41:55.224447+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":30,"seq":128849018893,"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":121351,"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.47899999999999998}]},{"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.40200000000000002}]},{"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.41499999999999998}]},{"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.42599999999999999}]},{"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.36099999999999999}]},{"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.498}]}]},{"osd":6,"up_from":26,"seq":111669149711,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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.40899999999999997}]},{"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.57999999999999996}]},{"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.47299999999999998}]},{"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.51000000000000001}]},{"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.61399999999999999}]},{"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.625}]}]},{"osd":1,"up_from":18,"seq":77309411344,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297400,"kb_used_data":304,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443656,"statfs":{"total":95990841344,"available":95686303744,"internally_reserved":0,"allocated":311296,"data_stored":121036,"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.55300000000000005}]},{"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.51600000000000001}]},{"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.33800000000000002}]},{"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.48199999999999998}]},{"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.27600000000000002}]},{"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.52700000000000002}]},{"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.371}]}]},{"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":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":121351,"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":"Wed Jan 24 02:42:54 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.53200000000000003}]},{"osd":2,"last update":"Wed Jan 24 02:42:55 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.51000000000000001}]},{"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.55900000000000005}]},{"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.622}]},{"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.59299999999999997}]},{"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.64500000000000002}]},{"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.754}]}]},{"osd":2,"up_from":19,"seq":81604378640,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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":"Wed Jan 24 02:42:54 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"last":0.41599999999999998}]},{"osd":1,"last update":"Wed Jan 24 02:42:54 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.65000000000000002}]},{"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.627}]},{"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.45900000000000002}]},{"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.68500000000000005}]},{"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.52100000000000002}]},{"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.59099999999999997}]}]},{"osd":3,"up_from":22,"seq":94489280527,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":120347,"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.52700000000000002}]},{"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.31}]},{"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.63400000000000001}]},{"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.60099999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73499999999999999}]},{"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.40500000000000003}]}]},{"osd":4,"up_from":23,"seq":98784247822,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":121351,"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.28000000000000003}]},{"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.67100000000000004}]},{"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.34799999999999998}]},{"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.66400000000000003}]},{"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.57199999999999995}]},{"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.44700000000000001}]},{"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.625}]}]},{"osd":5,"up_from":26,"seq":111669149711,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":121351,"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.59399999999999997}]},{"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.65700000000000003}]},{"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.42299999999999999}]},{"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.70199999999999996}]},{"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.53500000000000003}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T02:42:59.427 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-24T02:42:59.427 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-24T02:42:59.427 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-24T02:42:59.427 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-24T02:42:59.694 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/mon.smithi076/config 2024-01-24T02:43:00.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:42:59.051942+0000 mgr.smithi076.yiuunk (mgr.14180) 115 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:00.366 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:42:59.051942+0000 mgr.smithi076.yiuunk (mgr.14180) 115 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:00.986 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:01.307 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:42:59.352645+0000 mgr.smithi076.yiuunk (mgr.14180) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:01.308 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:00.987047+0000 mon.smithi076 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.76:0/483726564' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T02:43:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:42:59.352645+0000 mgr.smithi076.yiuunk (mgr.14180) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:00.987047+0000 mon.smithi076 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.76:0/483726564' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T02:43:01.394 INFO:teuthology.orchestra.run.smithi076.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-24T02:43:01.394 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-24T02:43:01.394 INFO:tasks.cephadm:Setup complete, yielding 2024-01-24T02:43:01.394 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T02:43:01.405 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:01.405 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch status' 2024-01-24T02:43:02.748 INFO:teuthology.orchestra.run.smithi076.stdout:Backend: cephadm 2024-01-24T02:43:02.749 INFO:teuthology.orchestra.run.smithi076.stdout:Available: Yes 2024-01-24T02:43:02.749 INFO:teuthology.orchestra.run.smithi076.stdout:Paused: No 2024-01-24T02:43:03.121 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-24T02:43:03.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:01.353029+0000 mgr.smithi076.yiuunk (mgr.14180) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:01.353029+0000 mgr.smithi076.yiuunk (mgr.14180) 117 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:04.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:02.747744+0000 mgr.smithi076.yiuunk (mgr.14180) 118 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:04.516 INFO:teuthology.orchestra.run.smithi076.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:alertmanager.smithi076 smithi076 *:9093,9094 running (56s) 26s ago 2m 15.2M - 0.23.0 ba2b418f427c 964cb82d3aa4 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:crash.smithi076 smithi076 running (2m) 26s ago 2m 7268k - 16.2.14-449-ga70aebef 377ff36742d8 be18b223cf95 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:crash.smithi133 smithi133 running (2m) 28s ago 2m 7428k - 16.2.14-449-ga70aebef 377ff36742d8 3ea388cb1bcb 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:grafana.smithi076 smithi076 *:3000 running (52s) 26s ago 2m 44.6M - 8.3.5 dad864ee21e9 a1bf36616ce0 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:mgr.smithi076.yiuunk smithi076 *:9283 running (3m) 26s ago 3m 447M - 16.2.14-449-ga70aebef 377ff36742d8 707b99570d9d 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:mgr.smithi133.nkyadk smithi133 *:8443,9283 running (118s) 28s ago 118s 392M - 16.2.14-449-ga70aebef 377ff36742d8 2565740c39c9 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:mon.smithi076 smithi076 running (3m) 26s ago 3m 72.5M 2048M 16.2.14-449-ga70aebef 377ff36742d8 b0c8c6d7d6c6 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:mon.smithi133 smithi133 running (115s) 28s ago 115s 63.9M 2048M 16.2.14-449-ga70aebef 377ff36742d8 e23d0c7ed440 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter.smithi076 smithi076 *:9100 running (2m) 26s ago 2m 23.9M - 1.3.1 1dbe0e931976 4f0aa579e5e7 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter.smithi133 smithi133 *:9100 running (103s) 28s ago 103s 20.8M - 1.3.1 1dbe0e931976 30d2d884e06c 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:osd.0 smithi133 running (79s) 28s ago 79s 33.0M 3990M 16.2.14-449-ga70aebef 377ff36742d8 1f3811e81467 2024-01-24T02:43:04.517 INFO:teuthology.orchestra.run.smithi076.stdout:osd.1 smithi076 running (77s) 26s ago 77s 34.2M 3222M 16.2.14-449-ga70aebef 377ff36742d8 0b77b74abe88 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.2 smithi133 running (75s) 28s ago 75s 31.7M 3990M 16.2.14-449-ga70aebef 377ff36742d8 358489270aef 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.3 smithi076 running (73s) 26s ago 73s 34.0M 3222M 16.2.14-449-ga70aebef 377ff36742d8 f596f4935448 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.4 smithi133 running (72s) 28s ago 72s 31.2M 3990M 16.2.14-449-ga70aebef 377ff36742d8 02344bce166a 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.5 smithi076 running (69s) 26s ago 68s 35.8M 3222M 16.2.14-449-ga70aebef 377ff36742d8 adbb4f767ae0 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.6 smithi133 running (68s) 28s ago 68s 32.7M 3990M 16.2.14-449-ga70aebef 377ff36742d8 01b0d1ef2293 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:osd.7 smithi076 running (64s) 26s ago 64s 31.9M 3222M 16.2.14-449-ga70aebef 377ff36742d8 a23fca3b24e2 2024-01-24T02:43:04.518 INFO:teuthology.orchestra.run.smithi076.stdout:prometheus.smithi076 smithi076 *:9095 running (48s) 26s ago 2m 43.4M - 2.33.4 514e6a882f6e 26c5c68fe64e 2024-01-24T02:43:04.542 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:02.747744+0000 mgr.smithi076.yiuunk (mgr.14180) 118 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:04.884 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-24T02:43:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:03.353318+0000 mgr.smithi076.yiuunk (mgr.14180) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:04.509350+0000 mgr.smithi076.yiuunk (mgr.14180) 120 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:05.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:03.353318+0000 mgr.smithi076.yiuunk (mgr.14180) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:05.363 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:04.509350+0000 mgr.smithi076.yiuunk (mgr.14180) 120 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:alertmanager ?:9093,9094 1/1 28s ago 3m count:1 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:crash 2/2 30s ago 3m * 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:grafana ?:3000 1/1 28s ago 3m count:1 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:mgr 2/2 30s ago 3m count:2 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:mon 2/2 30s ago 2m smithi076:172.21.15.76=smithi076;smithi133:172.21.15.133=smithi133;count:2 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:node-exporter ?:9100 2/2 30s ago 3m * 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:osd.all-available-devices 8 30s ago 103s * 2024-01-24T02:43:06.247 INFO:teuthology.orchestra.run.smithi076.stdout:prometheus ?:9095 1/1 28s ago 3m count:1 2024-01-24T02:43:06.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:05.353597+0000 mgr.smithi076.yiuunk (mgr.14180) 121 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:06.431 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:05.353597+0000 mgr.smithi076.yiuunk (mgr.14180) 121 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:06.603 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-24T02:43:07.288 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:06.243935+0000 mgr.smithi076.yiuunk (mgr.14180) 122 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:07.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:06.243935+0000 mgr.smithi076.yiuunk (mgr.14180) 122 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:08.018 INFO:teuthology.orchestra.run.smithi076.stdout:HOST ADDR LABELS STATUS 2024-01-24T02:43:08.019 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 172.21.15.76 2024-01-24T02:43:08.019 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 172.21.15.133 2024-01-24T02:43:08.019 INFO:teuthology.orchestra.run.smithi076.stdout:2 hosts in cluster 2024-01-24T02:43:08.303 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:07.353937+0000 mgr.smithi076.yiuunk (mgr.14180) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:08.304 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:08.018683+0000 mgr.smithi076.yiuunk (mgr.14180) 124 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:08.392 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-24T02:43:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:07.353937+0000 mgr.smithi076.yiuunk (mgr.14180) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:08.018683+0000 mgr.smithi076.yiuunk (mgr.14180) 124 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:09.808 INFO:teuthology.orchestra.run.smithi076.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T02:43:09.808 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 43s ago Has a FileSystem, LVM detected 2024-01-24T02:43:09.808 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme1n1 ssd Linux_5bd65ed24e15fe6dbd77 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.808 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme2n1 ssd Linux_67b11d425d3c4476bbef 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme3n1 ssd Linux_2a1394c98e80aa5798ef 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme4n1 ssd Linux_3e05b85583f0a7742359 89.4G 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401AQ400BGN 372G 47s ago Has a FileSystem, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme1n1 ssd Linux_49649d11b3861a934874 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme2n1 ssd Linux_737bf3a6cc519e27e453 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme3n1 ssd Linux_f4c8738bb57768a7b75c 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:09.809 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme4n1 ssd Linux_d9f062d79be439fb8a99 89.4G 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:10.184 INFO:teuthology.run_tasks:Running task vip... 2024-01-24T02:43:10.196 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-24T02:43:10.196 INFO:tasks.vip:peername 172.21.15.76 2024-01-24T02:43:10.199 INFO:tasks.vip:172.21.15.76 in 172.21.0.0/20, pos 3915 2024-01-24T02:43:10.203 INFO:tasks.vip:smithi076.front.sepia.ceph.com static 10.0.15.76, vnet 10.0.0.0/16 2024-01-24T02:43:10.203 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-24T02:43:10.204 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip route ls 2024-01-24T02:43:10.233 INFO:teuthology.orchestra.run.smithi076.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-24T02:43:10.233 INFO:teuthology.orchestra.run.smithi076.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-01-24T02:43:10.235 INFO:tasks.vip:Configuring 10.0.15.76 on smithi076.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T02:43:10.235 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr add 10.0.15.76/16 dev enp3s0f1 2024-01-24T02:43:10.302 INFO:tasks.vip:peername 172.21.15.133 2024-01-24T02:43:10.305 INFO:tasks.vip:172.21.15.133 in 172.21.0.0/20, pos 3972 2024-01-24T02:43:10.309 INFO:tasks.vip:smithi133.front.sepia.ceph.com static 10.0.15.133, vnet 10.0.0.0/16 2024-01-24T02:43:10.309 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip route ls 2024-01-24T02:43:10.347 INFO:teuthology.orchestra.run.smithi133.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-24T02:43:10.347 INFO:teuthology.orchestra.run.smithi133.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.133 metric 100 2024-01-24T02:43:10.348 INFO:tasks.vip:Configuring 10.0.15.133 on smithi133.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T02:43:10.348 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr add 10.0.15.133/16 dev enp3s0f1 2024-01-24T02:43:10.422 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T02:43:10.433 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:10.434 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-24T02:43:11.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:09.354291+0000 mgr.smithi076.yiuunk (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:11.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:09.806993+0000 mgr.smithi076.yiuunk (mgr.14180) 126 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:09.354291+0000 mgr.smithi076.yiuunk (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:09.806993+0000 mgr.smithi076.yiuunk (mgr.14180) 126 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:11.768 INFO:teuthology.orchestra.run.smithi076.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T02:43:11.768 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 45s ago Has a FileSystem, LVM detected 2024-01-24T02:43:11.768 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme1n1 ssd Linux_5bd65ed24e15fe6dbd77 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme2n1 ssd Linux_67b11d425d3c4476bbef 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme3n1 ssd Linux_2a1394c98e80aa5798ef 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi076 /dev/nvme4n1 ssd Linux_3e05b85583f0a7742359 89.4G 45s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620401AQ400BGN 372G 48s ago Has a FileSystem, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme1n1 ssd Linux_49649d11b3861a934874 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme2n1 ssd Linux_737bf3a6cc519e27e453 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme3n1 ssd Linux_f4c8738bb57768a7b75c 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:11.769 INFO:teuthology.orchestra.run.smithi076.stdout:smithi133 /dev/nvme4n1 ssd Linux_d9f062d79be439fb8a99 89.4G 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T02:43:12.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:11.785947+0000 mon.smithi076 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:43:12.167 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-24T02:43:12.178 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:12.178 DEBUG:teuthology.orchestra.run.smithi076:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T02:43:12.208 INFO:teuthology.orchestra.run.smithi076.stderr:+ systemctl stop nfs-server 2024-01-24T02:43:12.215 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi133.front.sepia.ceph.com 2024-01-24T02:43:12.215 DEBUG:teuthology.orchestra.run.smithi133:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T02:43:12.243 INFO:teuthology.orchestra.run.smithi133.stderr:+ systemctl stop nfs-server 2024-01-24T02:43:12.248 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:11.785947+0000 mon.smithi076 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:43:12.249 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T02:43:12.260 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:12.260 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-24T02:43:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:11.354667+0000 mgr.smithi076.yiuunk (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:11.767335+0000 mgr.smithi076.yiuunk (mgr.14180) 128 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:11.354667+0000 mgr.smithi076.yiuunk (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:11.767335+0000 mgr.smithi076.yiuunk (mgr.14180) 128 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:13.899 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled rgw.foorgw update... 2024-01-24T02:43:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:13.110400+0000 mon.smithi076 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:13.354969+0000 mgr.smithi076.yiuunk (mgr.14180) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:13.896194+0000 mgr.smithi076.yiuunk (mgr.14180) 130 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:13.897266+0000 mgr.smithi076.yiuunk (mgr.14180) 131 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-24T02:43:14.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:13.900174+0000 mon.smithi076 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:13.110400+0000 mon.smithi076 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:13.354969+0000 mgr.smithi076.yiuunk (mgr.14180) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:13.896194+0000 mgr.smithi076.yiuunk (mgr.14180) 130 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:13.897266+0000 mgr.smithi076.yiuunk (mgr.14180) 131 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-24T02:43:14.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:13.900174+0000 mon.smithi076 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:14.451 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.76/16' 2024-01-24T02:43:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:15.235723+0000 mon.smithi076 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:15.610081+0000 mon.smithi076 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:15.235723+0000 mon.smithi076 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:15.610081+0000 mon.smithi076 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:15.355253+0000 mgr.smithi076.yiuunk (mgr.14180) 132 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:16.092876+0000 mgr.smithi076.yiuunk (mgr.14180) 133 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.76/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:16.094092+0000 mon.smithi076 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:16.614797+0000 mon.smithi076 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:16.614844+0000 mon.smithi076 (mon.0) 564 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-24T02:43:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:16.618095+0000 mon.smithi076 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:15.355253+0000 mgr.smithi076.yiuunk (mgr.14180) 132 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:16.092876+0000 mgr.smithi076.yiuunk (mgr.14180) 133 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.76/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:16.094092+0000 mon.smithi076 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:16.614797+0000 mon.smithi076 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:16.614844+0000 mon.smithi076 (mon.0) 564 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-24T02:43:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:16.618095+0000 mon.smithi076 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T02:43:17.652 INFO:teuthology.orchestra.run.smithi076.stdout:NFS Cluster Created Successfully 2024-01-24T02:43:18.092 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-24T02:43:18.101 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:18.102 DEBUG:teuthology.orchestra.run.smithi076:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-24T02:43:18.131 INFO:teuthology.orchestra.run.smithi076.stderr:+ dnf install -y python3-boto3 2024-01-24T02:43:18.474 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-01-24T02:43:18.945 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:17.355582+0000 mgr.smithi076.yiuunk (mgr.14180) 134 : cluster [DBG] pgmap v98: 33 pgs: 22 creating+peering, 10 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:18.945 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:17.618127+0000 mon.smithi076 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:17.618250+0000 mon.smithi076 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:17.644663+0000 mgr.smithi076.yiuunk (mgr.14180) 135 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:17.647746+0000 mon.smithi076 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:17.648987+0000 mgr.smithi076.yiuunk (mgr.14180) 136 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:17.651818+0000 mon.smithi076 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.550113+0000 mon.smithi076 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.550943+0000 mon.smithi076 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.551544+0000 mon.smithi076 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.555132+0000 mon.smithi076 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.558543+0000 mon.smithi076 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.565914+0000 mon.smithi076 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.566355+0000 mon.smithi076 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi133.hktelg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.568924+0000 mon.smithi076 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi133.hktelg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:18.946 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.572160+0000 mon.smithi076 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:18.947 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:18.572712+0000 mon.smithi076 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:17.355582+0000 mgr.smithi076.yiuunk (mgr.14180) 134 : cluster [DBG] pgmap v98: 33 pgs: 22 creating+peering, 10 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:17.618127+0000 mon.smithi076 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:17.618250+0000 mon.smithi076 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:17.644663+0000 mgr.smithi076.yiuunk (mgr.14180) 135 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:17.647746+0000 mon.smithi076 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:17.648987+0000 mgr.smithi076.yiuunk (mgr.14180) 136 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T02:43:19.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:17.651818+0000 mon.smithi076 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.550113+0000 mon.smithi076 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.550943+0000 mon.smithi076 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.551544+0000 mon.smithi076 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.555132+0000 mon.smithi076 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.558543+0000 mon.smithi076 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.565914+0000 mon.smithi076 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.566355+0000 mon.smithi076 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi133.hktelg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.568924+0000 mon.smithi076 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi133.hktelg", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.572160+0000 mon.smithi076 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:19.080 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:18.572712+0000 mon.smithi076 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:19.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:18.562863+0000 mgr.smithi076.yiuunk (mgr.14180) 137 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-24T02:43:19.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:18.573229+0000 mgr.smithi076.yiuunk (mgr.14180) 138 : cephadm [INF] Deploying daemon rgw.foorgw.smithi133.hktelg on smithi133 2024-01-24T02:43:19.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:18.620865+0000 mon.smithi076 (mon.0) 580 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-24T02:43:19.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:18.657155+0000 mon.smithi076 (mon.0) 581 : cluster [DBG] mgrmap e19: smithi076.yiuunk(active, since 2m), standbys: smithi133.nkyadk 2024-01-24T02:43:20.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:18.562863+0000 mgr.smithi076.yiuunk (mgr.14180) 137 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-24T02:43:20.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:18.573229+0000 mgr.smithi076.yiuunk (mgr.14180) 138 : cephadm [INF] Deploying daemon rgw.foorgw.smithi133.hktelg on smithi133 2024-01-24T02:43:20.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:18.620865+0000 mon.smithi076 (mon.0) 580 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-24T02:43:20.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:18.657155+0000 mon.smithi076 (mon.0) 581 : cluster [DBG] mgrmap e19: smithi076.yiuunk(active, since 2m), standbys: smithi133.nkyadk 2024-01-24T02:43:20.248 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-01-24T02:43:20.944 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:19.355985+0000 mgr.smithi076.yiuunk (mgr.14180) 139 : cluster [DBG] pgmap v101: 33 pgs: 22 creating+peering, 7 unknown, 4 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:20.358006+0000 mon.smithi076 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:20.359153+0000 mon.smithi076 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi076.mxzzsu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:20.362344+0000 mon.smithi076 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi076.mxzzsu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:20.366545+0000 mon.smithi076 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:20.994 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:20.367233+0000 mon.smithi076 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:19.355985+0000 mgr.smithi076.yiuunk (mgr.14180) 139 : cluster [DBG] pgmap v101: 33 pgs: 22 creating+peering, 7 unknown, 4 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:20.358006+0000 mon.smithi076 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:20.359153+0000 mon.smithi076 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi076.mxzzsu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:21.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:20.362344+0000 mon.smithi076 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi076.mxzzsu", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:21.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:20.366545+0000 mon.smithi076 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:21.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:20.367233+0000 mon.smithi076 (mon.0) 586 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:20.367773+0000 mgr.smithi076.yiuunk (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi076.mxzzsu on smithi076 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:21.000531+0000 mon.smithi076 (mon.0) 587 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.003658+0000 mon.smithi133 (mon.1) 19 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.005398+0000 mon.smithi076 (mon.0) 588 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.945916+0000 mon.smithi076 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.949753+0000 mon.smithi076 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.966083+0000 mon.smithi076 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T02:43:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.969362+0000 mon.smithi076 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T02:43:22.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.970060+0000 mon.smithi076 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-24T02:43:22.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.974417+0000 mon.smithi076 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-24T02:43:22.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:21.975268+0000 mon.smithi076 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:20.367773+0000 mgr.smithi076.yiuunk (mgr.14180) 140 : cephadm [INF] Deploying daemon rgw.foorgw.smithi076.mxzzsu on smithi076 2024-01-24T02:43:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:21.000531+0000 mon.smithi076 (mon.0) 587 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.003658+0000 mon.smithi133 (mon.1) 19 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.005398+0000 mon.smithi076 (mon.0) 588 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.945916+0000 mon.smithi076 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.949753+0000 mon.smithi076 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.966083+0000 mon.smithi076 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.969362+0000 mon.smithi076 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.970060+0000 mon.smithi076 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.974417+0000 mon.smithi076 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-24T02:43:22.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:21.975268+0000 mon.smithi076 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:23.277 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:21.356320+0000 mgr.smithi076.yiuunk (mgr.14180) 141 : cluster [DBG] pgmap v103: 65 pgs: 27 creating+peering, 27 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:23.277 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:21.965785+0000 mgr.smithi076.yiuunk (mgr.14180) 142 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi076.tylaky 2024-01-24T02:43:23.277 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:21.969835+0000 mgr.smithi076.yiuunk (mgr.14180) 143 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.007332+0000 mon.smithi076 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:22.007452+0000 mon.smithi076 (mon.0) 597 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.032006+0000 mon.smithi076 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.035749+0000 mon.smithi076 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.546558+0000 mon.smithi076 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.550180+0000 mon.smithi076 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:23.278 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:22.553802+0000 mon.smithi076 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:21.356320+0000 mgr.smithi076.yiuunk (mgr.14180) 141 : cluster [DBG] pgmap v103: 65 pgs: 27 creating+peering, 27 unknown, 11 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:21.965785+0000 mgr.smithi076.yiuunk (mgr.14180) 142 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi076.tylaky 2024-01-24T02:43:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:21.969835+0000 mgr.smithi076.yiuunk (mgr.14180) 143 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.007332+0000 mon.smithi076 (mon.0) 596 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:22.007452+0000 mon.smithi076 (mon.0) 597 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.032006+0000 mon.smithi076 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.035749+0000 mon.smithi076 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.546558+0000 mon.smithi076 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.550180+0000 mon.smithi076 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi076.tylaky-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T02:43:23.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:22.553802+0000 mon.smithi076 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:43:23.378 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-01-24T02:43:23.379 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:43:23.379 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-01-24T02:43:23.379 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:43:23.379 INFO:teuthology.orchestra.run.smithi076.stdout:Installing: 2024-01-24T02:43:23.379 INFO:teuthology.orchestra.run.smithi076.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout:Install 4 Packages 2024-01-24T02:43:23.380 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:23.381 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 4.8 M 2024-01-24T02:43:23.381 INFO:teuthology.orchestra.run.smithi076.stdout:Installed size: 49 M 2024-01-24T02:43:23.381 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-01-24T02:43:23.623 INFO:teuthology.orchestra.run.smithi076.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 927 kB/s | 108 kB 00:00 2024-01-24T02:43:23.649 INFO:teuthology.orchestra.run.smithi076.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 1.0 MB/s | 152 kB 00:00 2024-01-24T02:43:23.909 INFO:teuthology.orchestra.run.smithi076.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 158 kB/s | 45 kB 00:00 2024-01-24T02:43:24.268 INFO:teuthology.orchestra.run.smithi076.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 5.9 MB/s | 4.5 MB 00:00 2024-01-24T02:43:24.269 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-01-24T02:43:24.269 INFO:teuthology.orchestra.run.smithi076.stdout:Total 5.4 MB/s | 4.8 MB 00:00 2024-01-24T02:43:24.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:22.546122+0000 mgr.smithi076.yiuunk (mgr.14180) 144 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T02:43:24.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:22.546208+0000 mgr.smithi076.yiuunk (mgr.14180) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi076.tylaky-rgw 2024-01-24T02:43:24.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:22.554791+0000 mgr.smithi076.yiuunk (mgr.14180) 146 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi076.tylaky on smithi076 2024-01-24T02:43:24.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:23.012647+0000 mon.smithi076 (mon.0) 603 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T02:43:24.281 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:23.013585+0000 mon.smithi076 (mon.0) 604 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.281 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:23.015798+0000 mon.smithi133 (mon.1) 20 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.281 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:23.017012+0000 mon.smithi076 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.281 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:23.916690+0000 mon.smithi076 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:24.282 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-01-24T02:43:24.291 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-01-24T02:43:24.291 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:22.546122+0000 mgr.smithi076.yiuunk (mgr.14180) 144 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:22.546208+0000 mgr.smithi076.yiuunk (mgr.14180) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi076.tylaky-rgw 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:22.554791+0000 mgr.smithi076.yiuunk (mgr.14180) 146 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi076.tylaky on smithi076 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:23.012647+0000 mon.smithi076 (mon.0) 603 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:23.013585+0000 mon.smithi076 (mon.0) 604 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:23.015798+0000 mon.smithi133 (mon.1) 20 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:23.017012+0000 mon.smithi076 (mon.0) 605 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-24T02:43:24.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:23.916690+0000 mon.smithi076 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:24.380 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-01-24T02:43:24.389 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-01-24T02:43:24.649 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:23.356765+0000 mgr.smithi076.yiuunk (mgr.14180) 147 : cluster [DBG] pgmap v106: 97 pgs: 8 creating+peering, 33 unknown, 56 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:24.017932+0000 mon.smithi076 (mon.0) 607 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:24.018047+0000 mon.smithi076 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:24.018222+0000 mon.smithi076 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:24.542195+0000 mon.smithi076 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:24.549025+0000 mon.smithi076 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:23.356765+0000 mgr.smithi076.yiuunk (mgr.14180) 147 : cluster [DBG] pgmap v106: 97 pgs: 8 creating+peering, 33 unknown, 56 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:24.017932+0000 mon.smithi076 (mon.0) 607 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:24.018047+0000 mon.smithi076 (mon.0) 608 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:24.018222+0000 mon.smithi076 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:24.542195+0000 mon.smithi076 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:24.549025+0000 mon.smithi076 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:25.888 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-24T02:43:26.197 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-24T02:43:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:43:24.557137+0000 mgr.smithi076.yiuunk (mgr.14180) 148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.gftkcv on smithi133 2024-01-24T02:43:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:25.023667+0000 mon.smithi076 (mon.0) 612 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T02:43:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:25.024593+0000 mon.smithi133 (mon.1) 21 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:25.025352+0000 mon.smithi076 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:25.025742+0000 mon.smithi076 (mon.0) 614 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:43:24.557137+0000 mgr.smithi076.yiuunk (mgr.14180) 148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.gftkcv on smithi133 2024-01-24T02:43:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:25.023667+0000 mon.smithi076 (mon.0) 612 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-24T02:43:26.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:25.024593+0000 mon.smithi133 (mon.1) 21 : audit [INF] from='client.? 172.21.15.133:0/896183230' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:25.025352+0000 mon.smithi076 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:25.025742+0000 mon.smithi076 (mon.0) 614 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-24T02:43:26.451 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-24T02:43:26.703 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-24T02:43:26.958 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-24T02:43:26.959 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-01-24T02:43:26.959 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-24T02:43:26.959 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-24T02:43:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:25.357170+0000 mgr.smithi076.yiuunk (mgr.14180) 149 : cluster [DBG] pgmap v109: 129 pgs: 14 creating+peering, 47 unknown, 68 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:26.028737+0000 mon.smithi076 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T02:43:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:26.028859+0000 mon.smithi076 (mon.0) 616 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T02:43:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:26.029006+0000 mon.smithi076 (mon.0) 617 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T02:43:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:25.357170+0000 mgr.smithi076.yiuunk (mgr.14180) 149 : cluster [DBG] pgmap v109: 129 pgs: 14 creating+peering, 47 unknown, 68 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:43:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:26.028737+0000 mon.smithi076 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T02:43:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:26.028859+0000 mon.smithi076 (mon.0) 616 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-24T02:43:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:26.029006+0000 mon.smithi076 (mon.0) 617 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T02:43:28.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:27.038039+0000 mon.smithi076 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T02:43:28.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:27.040707+0000 mon.smithi133 (mon.1) 22 : audit [INF] from='client.? 172.21.15.133:0/1400348289' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:28.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:27.041601+0000 mon.smithi076 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:28.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:27.042228+0000 mon.smithi076 (mon.0) 620 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:28.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:27.038039+0000 mon.smithi076 (mon.0) 618 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T02:43:28.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:27.040707+0000 mon.smithi133 (mon.1) 22 : audit [INF] from='client.? 172.21.15.133:0/1400348289' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:28.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:27.041601+0000 mon.smithi076 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:28.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:27.042228+0000 mon.smithi076 (mon.0) 620 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:27.357764+0000 mgr.smithi076.yiuunk (mgr.14180) 150 : cluster [DBG] pgmap v112: 161 pgs: 29 creating+peering, 20 unknown, 112 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.041173+0000 mon.smithi076 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.041271+0000 mon.smithi076 (mon.0) 622 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:28.041372+0000 mon.smithi076 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.043851+0000 mon.smithi133 (mon.1) 23 : audit [INF] from='client.? 172.21.15.133:0/1400348289' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.046888+0000 mon.smithi076 (mon.0) 624 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.048893+0000 mon.smithi076 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:28.922192+0000 mon.smithi076 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:27.357764+0000 mgr.smithi076.yiuunk (mgr.14180) 150 : cluster [DBG] pgmap v112: 161 pgs: 29 creating+peering, 20 unknown, 112 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.041173+0000 mon.smithi076 (mon.0) 621 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.041271+0000 mon.smithi076 (mon.0) 622 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:28.041372+0000 mon.smithi076 (mon.0) 623 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.043851+0000 mon.smithi133 (mon.1) 23 : audit [INF] from='client.? 172.21.15.133:0/1400348289' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.046888+0000 mon.smithi076 (mon.0) 624 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.048893+0000 mon.smithi076 (mon.0) 625 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:29.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:28.922192+0000 mon.smithi076 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:29.044403+0000 mon.smithi076 (mon.0) 627 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:29.044474+0000 mon.smithi076 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:29.044542+0000 mon.smithi076 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T02:43:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:29.044403+0000 mon.smithi076 (mon.0) 627 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:29.044474+0000 mon.smithi076 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi133.hktelg' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:29.044542+0000 mon.smithi076 (mon.0) 629 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T02:43:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:29.358197+0000 mgr.smithi076.yiuunk (mgr.14180) 151 : cluster [DBG] pgmap v115: 161 pgs: 26 creating+peering, 5 unknown, 130 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 3.0 KiB/s wr, 37 op/s 2024-01-24T02:43:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:29.358197+0000 mgr.smithi076.yiuunk (mgr.14180) 151 : cluster [DBG] pgmap v115: 161 pgs: 26 creating+peering, 5 unknown, 130 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 3.0 KiB/s wr, 37 op/s 2024-01-24T02:43:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:31.358809+0000 mgr.smithi076.yiuunk (mgr.14180) 152 : cluster [DBG] pgmap v116: 161 pgs: 20 creating+peering, 141 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 4.7 KiB/s wr, 168 op/s 2024-01-24T02:43:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:31.358809+0000 mgr.smithi076.yiuunk (mgr.14180) 152 : cluster [DBG] pgmap v116: 161 pgs: 20 creating+peering, 141 active+clean; 3.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 KiB/s rd, 4.7 KiB/s wr, 168 op/s 2024-01-24T02:43:34.752 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-01-24T02:43:34.752 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:35.299 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-01-24T02:43:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:33.359391+0000 mgr.smithi076.yiuunk (mgr.14180) 153 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 6.3 KiB/s wr, 309 op/s 2024-01-24T02:43:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:33.359391+0000 mgr.smithi076.yiuunk (mgr.14180) 153 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 160 KiB/s rd, 6.3 KiB/s wr, 309 op/s 2024-01-24T02:43:35.501 DEBUG:teuthology.orchestra.run.smithi076:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-01-24T02:43:35.570 INFO:teuthology.orchestra.run.smithi076.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-24T02:43:35.814 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring fsid af7406ce-ba61-11ee-95b1-87774f69a715 2024-01-24T02:43:35.840 INFO:teuthology.orchestra.run.smithi076.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e 2024-01-24T02:43:37.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:35.359890+0000 mgr.smithi076.yiuunk (mgr.14180) 154 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 4.0 KiB/s wr, 268 op/s 2024-01-24T02:43:37.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:35.359890+0000 mgr.smithi076.yiuunk (mgr.14180) 154 : cluster [DBG] pgmap v118: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 4.0 KiB/s wr, 268 op/s 2024-01-24T02:43:37.379 INFO:teuthology.run_tasks:Running task python... 2024-01-24T02:43:37.391 INFO:tasks.python:Running python on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:37.391 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-01-24T02:43:37.391 DEBUG:teuthology.orchestra.run.smithi076:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-24T02:43:39.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:37.360516+0000 mgr.smithi076.yiuunk (mgr.14180) 155 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 3.6 KiB/s wr, 259 op/s 2024-01-24T02:43:39.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:38.069824+0000 mon.smithi076 (mon.0) 630 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T02:43:39.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:38.073403+0000 mon.smithi076 (mon.0) 631 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-24T02:43:39.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:38.929989+0000 mon.smithi076 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:37.360516+0000 mgr.smithi076.yiuunk (mgr.14180) 155 : cluster [DBG] pgmap v119: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 3.6 KiB/s wr, 259 op/s 2024-01-24T02:43:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:38.069824+0000 mon.smithi076 (mon.0) 630 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T02:43:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:38.073403+0000 mon.smithi076 (mon.0) 631 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-24T02:43:39.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:38.929989+0000 mon.smithi076 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:39.072919+0000 mon.smithi076 (mon.0) 633 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-24T02:43:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:39.073075+0000 mon.smithi076 (mon.0) 634 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T02:43:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:39.074972+0000 mon.smithi076 (mon.0) 635 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:39.072919+0000 mon.smithi076 (mon.0) 633 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-24T02:43:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:39.073075+0000 mon.smithi076 (mon.0) 634 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T02:43:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:39.074972+0000 mon.smithi076 (mon.0) 635 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-24T02:43:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:39.361012+0000 mgr.smithi076.yiuunk (mgr.14180) 156 : cluster [DBG] pgmap v122: 193 pgs: 4 creating+peering, 25 unknown, 164 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 2.1 KiB/s wr, 205 op/s 2024-01-24T02:43:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:40.078743+0000 mon.smithi076 (mon.0) 636 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:40.078846+0000 mon.smithi076 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T02:43:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:39.361012+0000 mgr.smithi076.yiuunk (mgr.14180) 156 : cluster [DBG] pgmap v122: 193 pgs: 4 creating+peering, 25 unknown, 164 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 115 KiB/s rd, 2.1 KiB/s wr, 205 op/s 2024-01-24T02:43:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:40.078743+0000 mon.smithi076 (mon.0) 636 : audit [INF] from='client.? 172.21.15.76:0/1764624866' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-24T02:43:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:40.078846+0000 mon.smithi076 (mon.0) 637 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T02:43:42.150 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T02:43:42.164 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T02:43:42.164 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-01-24T02:43:42.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:41.085980+0000 mon.smithi076 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T02:43:42.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:41.087735+0000 mon.smithi076 (mon.0) 639 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-24T02:43:42.555 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:41.085980+0000 mon.smithi076 (mon.0) 638 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T02:43:42.555 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:41.087735+0000 mon.smithi076 (mon.0) 639 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-24T02:43:43.265 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:41.361518+0000 mgr.smithi076.yiuunk (mgr.14180) 157 : cluster [DBG] pgmap v125: 225 pgs: 11 creating+peering, 42 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 255 B/s wr, 46 op/s 2024-01-24T02:43:43.266 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:42.089541+0000 mon.smithi076 (mon.0) 640 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-24T02:43:43.266 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:42.089785+0000 mon.smithi076 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T02:43:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:41.361518+0000 mgr.smithi076.yiuunk (mgr.14180) 157 : cluster [DBG] pgmap v125: 225 pgs: 11 creating+peering, 42 unknown, 172 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 255 B/s wr, 46 op/s 2024-01-24T02:43:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:42.089541+0000 mon.smithi076 (mon.0) 640 : audit [INF] from='client.? 172.21.15.76:0/849881883' entity='client.rgw.foorgw.smithi076.mxzzsu' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-24T02:43:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:42.089785+0000 mon.smithi076 (mon.0) 641 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout:{ 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout: "bind": "/foobucket", 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout: "path": "foobucket", 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout: "cluster": "foo", 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout: "mode": "RW", 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout: "squash": "none" 2024-01-24T02:43:43.871 INFO:teuthology.orchestra.run.smithi076.stdout:} 2024-01-24T02:43:44.185 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:43.094578+0000 mon.smithi076 (mon.0) 642 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T02:43:44.245 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T02:43:44.590 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-24T02:43:44.590 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:44.591 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:43.094578+0000 mon.smithi076 (mon.0) 642 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T02:43:45.299 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:43.361956+0000 mgr.smithi076.yiuunk (mgr.14180) 158 : cluster [DBG] pgmap v128: 225 pgs: 7 creating+peering, 6 unknown, 212 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 1.2 KiB/s wr, 54 op/s 2024-01-24T02:43:45.299 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:43.662491+0000 mgr.smithi076.yiuunk (mgr.14180) 159 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:43.361956+0000 mgr.smithi076.yiuunk (mgr.14180) 158 : cluster [DBG] pgmap v128: 225 pgs: 7 creating+peering, 6 unknown, 212 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 1.2 KiB/s wr, 54 op/s 2024-01-24T02:43:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:43.662491+0000 mgr.smithi076.yiuunk (mgr.14180) 159 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T02:43:46.016 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:46.016 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:43:46.395 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:43:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:45.362431+0000 mgr.smithi076.yiuunk (mgr.14180) 160 : cluster [DBG] pgmap v129: 225 pgs: 7 creating+peering, 218 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 1.3 KiB/s wr, 50 op/s 2024-01-24T02:43:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:46.013216+0000 mgr.smithi076.yiuunk (mgr.14180) 161 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:47.396 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:47.429 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:45.362431+0000 mgr.smithi076.yiuunk (mgr.14180) 160 : cluster [DBG] pgmap v129: 225 pgs: 7 creating+peering, 218 active+clean; 6.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 1.3 KiB/s wr, 50 op/s 2024-01-24T02:43:47.429 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:46.013216+0000 mgr.smithi076.yiuunk (mgr.14180) 161 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:48.773 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:48.773 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:43:49.178 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:43:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:47.363390+0000 mgr.smithi076.yiuunk (mgr.14180) 162 : cluster [DBG] pgmap v130: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 1.4 KiB/s wr, 60 op/s 2024-01-24T02:43:49.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:47.363390+0000 mgr.smithi076.yiuunk (mgr.14180) 162 : cluster [DBG] pgmap v130: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 1.4 KiB/s wr, 60 op/s 2024-01-24T02:43:50.179 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:50.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:48.770131+0000 mgr.smithi076.yiuunk (mgr.14180) 163 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:50.531 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:48.770131+0000 mgr.smithi076.yiuunk (mgr.14180) 163 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:51.299 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:49.364029+0000 mgr.smithi076.yiuunk (mgr.14180) 164 : cluster [DBG] pgmap v131: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 1.1 KiB/s wr, 41 op/s 2024-01-24T02:43:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:49.364029+0000 mgr.smithi076.yiuunk (mgr.14180) 164 : cluster [DBG] pgmap v131: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 1.1 KiB/s wr, 41 op/s 2024-01-24T02:43:51.653 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:51.654 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:43:52.077 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:43:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:51.364578+0000 mgr.smithi076.yiuunk (mgr.14180) 165 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 993 B/s wr, 35 op/s 2024-01-24T02:43:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:51.650975+0000 mgr.smithi076.yiuunk (mgr.14180) 166 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:51.364578+0000 mgr.smithi076.yiuunk (mgr.14180) 165 : cluster [DBG] pgmap v132: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 993 B/s wr, 35 op/s 2024-01-24T02:43:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:51.650975+0000 mgr.smithi076.yiuunk (mgr.14180) 166 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:53.079 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:54.490 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:54.490 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:43:54.811 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:43:55.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:53.365291+0000 mgr.smithi076.yiuunk (mgr.14180) 167 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 598 B/s wr, 24 op/s 2024-01-24T02:43:55.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:53.943525+0000 mon.smithi076 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:53.365291+0000 mgr.smithi076.yiuunk (mgr.14180) 167 : cluster [DBG] pgmap v133: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 598 B/s wr, 24 op/s 2024-01-24T02:43:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:53.943525+0000 mon.smithi076 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:43:55.812 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:56.146 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:54.486993+0000 mgr.smithi076.yiuunk (mgr.14180) 168 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:56.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:54.486993+0000 mgr.smithi076.yiuunk (mgr.14180) 168 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:57.206 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:55.365837+0000 mgr.smithi076.yiuunk (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 426 B/s wr, 17 op/s 2024-01-24T02:43:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:55.365837+0000 mgr.smithi076.yiuunk (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 426 B/s wr, 17 op/s 2024-01-24T02:43:57.869 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:43:57.869 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:43:58.261 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:43:59.261 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:43:59.292 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:57.366685+0000 mgr.smithi076.yiuunk (mgr.14180) 170 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 255 B/s wr, 13 op/s 2024-01-24T02:43:59.292 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:43:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:43:57.866752+0000 mgr.smithi076.yiuunk (mgr.14180) 171 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:43:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:57.366685+0000 mgr.smithi076.yiuunk (mgr.14180) 170 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 255 B/s wr, 13 op/s 2024-01-24T02:43:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:43:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:43:57.866752+0000 mgr.smithi076.yiuunk (mgr.14180) 171 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:00.681 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:00.682 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:01.044 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:01.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:43:59.367244+0000 mgr.smithi076.yiuunk (mgr.14180) 172 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-24T02:44:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:43:59.367244+0000 mgr.smithi076.yiuunk (mgr.14180) 172 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-24T02:44:02.045 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:02.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:00.679179+0000 mgr.smithi076.yiuunk (mgr.14180) 173 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:00.679179+0000 mgr.smithi076.yiuunk (mgr.14180) 173 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:03.223 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:01.367734+0000 mgr.smithi076.yiuunk (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:01.367734+0000 mgr.smithi076.yiuunk (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:03.571 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:03.571 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:03.994 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:04.995 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:05.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:03.368386+0000 mgr.smithi076.yiuunk (mgr.14180) 175 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:05.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:03.568075+0000 mgr.smithi076.yiuunk (mgr.14180) 176 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:03.368386+0000 mgr.smithi076.yiuunk (mgr.14180) 175 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:03.568075+0000 mgr.smithi076.yiuunk (mgr.14180) 176 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:06.364 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:06.365 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:06.743 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:07.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:05.368972+0000 mgr.smithi076.yiuunk (mgr.14180) 177 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:07.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:05.368972+0000 mgr.smithi076.yiuunk (mgr.14180) 177 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:07.747 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:08.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:06.361163+0000 mgr.smithi076.yiuunk (mgr.14180) 178 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:08.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:06.361163+0000 mgr.smithi076.yiuunk (mgr.14180) 178 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:09.224 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:09.224 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:09.254 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:07.369955+0000 mgr.smithi076.yiuunk (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:09.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:07.369955+0000 mgr.smithi076.yiuunk (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-24T02:44:09.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:10.619 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:11.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:09.221014+0000 mgr.smithi076.yiuunk (mgr.14180) 180 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:11.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:09.370424+0000 mgr.smithi076.yiuunk (mgr.14180) 181 : 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-01-24T02:44:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:09.221014+0000 mgr.smithi076.yiuunk (mgr.14180) 180 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:09.370424+0000 mgr.smithi076.yiuunk (mgr.14180) 181 : 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-01-24T02:44:11.972 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:11.972 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:12.391 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:11.370935+0000 mgr.smithi076.yiuunk (mgr.14180) 182 : 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-01-24T02:44:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:11.968861+0000 mgr.smithi076.yiuunk (mgr.14180) 183 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:11.370935+0000 mgr.smithi076.yiuunk (mgr.14180) 182 : 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-01-24T02:44:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:11.968861+0000 mgr.smithi076.yiuunk (mgr.14180) 183 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:13.393 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:14.784 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:14.784 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:15.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:13.371829+0000 mgr.smithi076.yiuunk (mgr.14180) 184 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:44:15.180 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:13.371829+0000 mgr.smithi076.yiuunk (mgr.14180) 184 : cluster [DBG] pgmap v143: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:44:16.181 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:14.781602+0000 mgr.smithi076.yiuunk (mgr.14180) 185 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:16.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:14.781602+0000 mgr.smithi076.yiuunk (mgr.14180) 185 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:17.129 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:15.372306+0000 mgr.smithi076.yiuunk (mgr.14180) 186 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:17.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:15.372306+0000 mgr.smithi076.yiuunk (mgr.14180) 186 : cluster [DBG] pgmap v144: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:17.583 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:17.583 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:17.958 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:18.960 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:19.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:17.373047+0000 mgr.smithi076.yiuunk (mgr.14180) 187 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:19.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:17.580596+0000 mgr.smithi076.yiuunk (mgr.14180) 188 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:17.373047+0000 mgr.smithi076.yiuunk (mgr.14180) 187 : cluster [DBG] pgmap v145: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:17.580596+0000 mgr.smithi076.yiuunk (mgr.14180) 188 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:20.424 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:20.424 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:20.798 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:19.373532+0000 mgr.smithi076.yiuunk (mgr.14180) 189 : 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-01-24T02:44:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:19.373532+0000 mgr.smithi076.yiuunk (mgr.14180) 189 : 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-01-24T02:44:21.799 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:22.152 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:20.421687+0000 mgr.smithi076.yiuunk (mgr.14180) 190 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:20.421687+0000 mgr.smithi076.yiuunk (mgr.14180) 190 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:23.137 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:23.138 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:23.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:21.374115+0000 mgr.smithi076.yiuunk (mgr.14180) 191 : 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-01-24T02:44:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:21.374115+0000 mgr.smithi076.yiuunk (mgr.14180) 191 : 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-01-24T02:44:23.549 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:24.550 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:25.244 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:23.134933+0000 mgr.smithi076.yiuunk (mgr.14180) 192 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:25.244 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:23.375069+0000 mgr.smithi076.yiuunk (mgr.14180) 193 : 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-01-24T02:44:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:23.134933+0000 mgr.smithi076.yiuunk (mgr.14180) 192 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:23.375069+0000 mgr.smithi076.yiuunk (mgr.14180) 193 : 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-01-24T02:44:25.949 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:25.950 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:26.323 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:27.325 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:27.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:25.375656+0000 mgr.smithi076.yiuunk (mgr.14180) 194 : 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-01-24T02:44:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:25.947055+0000 mgr.smithi076.yiuunk (mgr.14180) 195 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:25.375656+0000 mgr.smithi076.yiuunk (mgr.14180) 194 : 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-01-24T02:44:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:25.947055+0000 mgr.smithi076.yiuunk (mgr.14180) 195 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:28.742 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:28.742 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:29.115 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:27.376518+0000 mgr.smithi076.yiuunk (mgr.14180) 196 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:27.376518+0000 mgr.smithi076.yiuunk (mgr.14180) 196 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:30.116 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:28.738679+0000 mgr.smithi076.yiuunk (mgr.14180) 197 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:28.738679+0000 mgr.smithi076.yiuunk (mgr.14180) 197 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:29.377170+0000 mgr.smithi076.yiuunk (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:29.377170+0000 mgr.smithi076.yiuunk (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:31.450 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:31.450 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:31.831 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:32.832 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:33.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:31.377685+0000 mgr.smithi076.yiuunk (mgr.14180) 199 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:33.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:31.447772+0000 mgr.smithi076.yiuunk (mgr.14180) 200 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:31.377685+0000 mgr.smithi076.yiuunk (mgr.14180) 199 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:44:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:31.447772+0000 mgr.smithi076.yiuunk (mgr.14180) 200 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:34.325 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:34.326 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:34.698 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:33.378333+0000 mgr.smithi076.yiuunk (mgr.14180) 201 : 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-01-24T02:44:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:33.378333+0000 mgr.smithi076.yiuunk (mgr.14180) 201 : 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-01-24T02:44:35.698 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:34.323110+0000 mgr.smithi076.yiuunk (mgr.14180) 202 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:36.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:34.323110+0000 mgr.smithi076.yiuunk (mgr.14180) 202 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:37.066 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:37.066 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:37.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:35.379042+0000 mgr.smithi076.yiuunk (mgr.14180) 203 : 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-01-24T02:44:37.428 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:35.379042+0000 mgr.smithi076.yiuunk (mgr.14180) 203 : 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-01-24T02:44:37.463 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:37.063218+0000 mgr.smithi076.yiuunk (mgr.14180) 204 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:38.464 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:38.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:37.063218+0000 mgr.smithi076.yiuunk (mgr.14180) 204 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:37.379949+0000 mgr.smithi076.yiuunk (mgr.14180) 205 : 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-01-24T02:44:39.425 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:37.379949+0000 mgr.smithi076.yiuunk (mgr.14180) 205 : 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-01-24T02:44:39.790 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:39.790 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:40.171 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:41.172 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:39.380744+0000 mgr.smithi076.yiuunk (mgr.14180) 206 : 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-01-24T02:44:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:39.786881+0000 mgr.smithi076.yiuunk (mgr.14180) 207 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:41.556 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:39.380744+0000 mgr.smithi076.yiuunk (mgr.14180) 206 : 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-01-24T02:44:41.556 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:39.786881+0000 mgr.smithi076.yiuunk (mgr.14180) 207 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:42.620 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:42.621 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:43.004 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:43.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:41.381292+0000 mgr.smithi076.yiuunk (mgr.14180) 208 : 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-01-24T02:44:43.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:41.381292+0000 mgr.smithi076.yiuunk (mgr.14180) 208 : 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-01-24T02:44:44.005 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:44.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:42.617695+0000 mgr.smithi076.yiuunk (mgr.14180) 209 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:44.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:42.617695+0000 mgr.smithi076.yiuunk (mgr.14180) 209 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:45.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:43.382131+0000 mgr.smithi076.yiuunk (mgr.14180) 210 : 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-01-24T02:44:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:43.382131+0000 mgr.smithi076.yiuunk (mgr.14180) 210 : 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-01-24T02:44:45.370 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:45.370 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:45.787 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:45.342580+0000 mon.smithi076 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-01-24T02:44:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:45.342778+0000 mon.smithi076 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.b", "id": [5, 3]}]: dispatch 2024-01-24T02:44:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:45.342580+0000 mon.smithi076 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]: dispatch 2024-01-24T02:44:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:45.342778+0000 mon.smithi076 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.b", "id": [5, 3]}]: dispatch 2024-01-24T02:44:46.788 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:47.457 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:45.368144+0000 mgr.smithi076.yiuunk (mgr.14180) 211 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:47.457 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:45.382656+0000 mgr.smithi076.yiuunk (mgr.14180) 212 : 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-01-24T02:44:47.457 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:46.110140+0000 mon.smithi076 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-01-24T02:44:47.458 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:46.110213+0000 mon.smithi076 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.b", "id": [5, 3]}]': finished 2024-01-24T02:44:47.458 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:46.110491+0000 mon.smithi076 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-24T02:44:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:45.368144+0000 mgr.smithi076.yiuunk (mgr.14180) 211 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:45.382656+0000 mgr.smithi076.yiuunk (mgr.14180) 212 : 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-01-24T02:44:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:46.110140+0000 mon.smithi076 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.5", "id": [4, 6]}]': finished 2024-01-24T02:44:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:46.110213+0000 mon.smithi076 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.b", "id": [5, 3]}]': finished 2024-01-24T02:44:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:46.110491+0000 mon.smithi076 (mon.0) 648 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-24T02:44:48.159 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:48.159 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:48.477 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:47.110786+0000 mon.smithi076 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-24T02:44:48.537 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:47.110786+0000 mon.smithi076 (mon.0) 649 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-24T02:44:49.539 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:49.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:47.383352+0000 mgr.smithi076.yiuunk (mgr.14180) 213 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:49.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:48.156562+0000 mgr.smithi076.yiuunk (mgr.14180) 214 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:47.383352+0000 mgr.smithi076.yiuunk (mgr.14180) 213 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:48.156562+0000 mgr.smithi076.yiuunk (mgr.14180) 214 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:50.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:49.383934+0000 mgr.smithi076.yiuunk (mgr.14180) 215 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:49.383934+0000 mgr.smithi076.yiuunk (mgr.14180) 215 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:50.955 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:50.955 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:51.301 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:50.953003+0000 mgr.smithi076.yiuunk (mgr.14180) 216 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:51.328 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:50.953003+0000 mgr.smithi076.yiuunk (mgr.14180) 216 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:52.329 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:52.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:51.384680+0000 mgr.smithi076.yiuunk (mgr.14180) 217 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:44:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:51.384680+0000 mgr.smithi076.yiuunk (mgr.14180) 217 : cluster [DBG] pgmap v164: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T02:44:53.699 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:53.699 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:54.095 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:55.096 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:53.385362+0000 mgr.smithi076.yiuunk (mgr.14180) 218 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:53.696504+0000 mgr.smithi076.yiuunk (mgr.14180) 219 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:53.385362+0000 mgr.smithi076.yiuunk (mgr.14180) 218 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-01-24T02:44:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:53.696504+0000 mgr.smithi076.yiuunk (mgr.14180) 219 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:56.596 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:56.596 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:57.029 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:44:57.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:55.386050+0000 mgr.smithi076.yiuunk (mgr.14180) 220 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-24T02:44:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:55.386050+0000 mgr.smithi076.yiuunk (mgr.14180) 220 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-24T02:44:58.030 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:44:58.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:56.593374+0000 mgr.smithi076.yiuunk (mgr.14180) 221 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:58.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:56.593374+0000 mgr.smithi076.yiuunk (mgr.14180) 221 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:44:59.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:44:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:57.386758+0000 mgr.smithi076.yiuunk (mgr.14180) 222 : cluster [DBG] pgmap v167: 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-01-24T02:44:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:44:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:57.386758+0000 mgr.smithi076.yiuunk (mgr.14180) 222 : cluster [DBG] pgmap v167: 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-01-24T02:44:59.414 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:44:59.414 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:44:59.779 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:00.780 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:01.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:44:59.387366+0000 mgr.smithi076.yiuunk (mgr.14180) 223 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:01.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:44:59.411926+0000 mgr.smithi076.yiuunk (mgr.14180) 224 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:01.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:44:59.387366+0000 mgr.smithi076.yiuunk (mgr.14180) 223 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:01.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:44:59.411926+0000 mgr.smithi076.yiuunk (mgr.14180) 224 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:02.157 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:02.157 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:02.518 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:03.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:01.387997+0000 mgr.smithi076.yiuunk (mgr.14180) 225 : 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-01-24T02:45:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:01.387997+0000 mgr.smithi076.yiuunk (mgr.14180) 225 : 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-01-24T02:45:03.519 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:04.197 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:02.154911+0000 mgr.smithi076.yiuunk (mgr.14180) 226 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:04.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:02.154911+0000 mgr.smithi076.yiuunk (mgr.14180) 226 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:04.911 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:04.911 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:05.224 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:03.388864+0000 mgr.smithi076.yiuunk (mgr.14180) 227 : 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-01-24T02:45:05.292 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:03.388864+0000 mgr.smithi076.yiuunk (mgr.14180) 227 : 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-01-24T02:45:06.294 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:06.327 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:04.908381+0000 mgr.smithi076.yiuunk (mgr.14180) 228 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:06.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:04.908381+0000 mgr.smithi076.yiuunk (mgr.14180) 228 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:07.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:05.389578+0000 mgr.smithi076.yiuunk (mgr.14180) 229 : 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-01-24T02:45:07.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:05.389578+0000 mgr.smithi076.yiuunk (mgr.14180) 229 : 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-01-24T02:45:07.734 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:07.735 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:08.120 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:09.121 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:09.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:07.390331+0000 mgr.smithi076.yiuunk (mgr.14180) 230 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:09.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:07.732115+0000 mgr.smithi076.yiuunk (mgr.14180) 231 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:09.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:07.390331+0000 mgr.smithi076.yiuunk (mgr.14180) 230 : cluster [DBG] pgmap v172: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:09.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:07.732115+0000 mgr.smithi076.yiuunk (mgr.14180) 231 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:10.436 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:10.436 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:10.860 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:11.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:09.391131+0000 mgr.smithi076.yiuunk (mgr.14180) 232 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:09.391131+0000 mgr.smithi076.yiuunk (mgr.14180) 232 : cluster [DBG] pgmap v173: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:11.862 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:12.219 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:10.432780+0000 mgr.smithi076.yiuunk (mgr.14180) 233 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:12.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:10.432780+0000 mgr.smithi076.yiuunk (mgr.14180) 233 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:13.235 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:13.235 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:13.264 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:11.391733+0000 mgr.smithi076.yiuunk (mgr.14180) 234 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:11.391733+0000 mgr.smithi076.yiuunk (mgr.14180) 234 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:13.617 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:14.618 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:15.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:13.232196+0000 mgr.smithi076.yiuunk (mgr.14180) 235 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:13.392497+0000 mgr.smithi076.yiuunk (mgr.14180) 236 : 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-01-24T02:45:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:13.232196+0000 mgr.smithi076.yiuunk (mgr.14180) 235 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:13.392497+0000 mgr.smithi076.yiuunk (mgr.14180) 236 : 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-01-24T02:45:16.057 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:16.057 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:16.442 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:17.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:15.393001+0000 mgr.smithi076.yiuunk (mgr.14180) 237 : 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-01-24T02:45:17.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:16.054826+0000 mgr.smithi076.yiuunk (mgr.14180) 238 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:17.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:15.393001+0000 mgr.smithi076.yiuunk (mgr.14180) 237 : 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-01-24T02:45:17.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:16.054826+0000 mgr.smithi076.yiuunk (mgr.14180) 238 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:17.443 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:18.816 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:18.817 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:19.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:17.393995+0000 mgr.smithi076.yiuunk (mgr.14180) 239 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:19.242 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:17.393995+0000 mgr.smithi076.yiuunk (mgr.14180) 239 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:20.243 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:20.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:18.813051+0000 mgr.smithi076.yiuunk (mgr.14180) 240 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:18.813051+0000 mgr.smithi076.yiuunk (mgr.14180) 240 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:21.237 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:19.394570+0000 mgr.smithi076.yiuunk (mgr.14180) 241 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:19.394570+0000 mgr.smithi076.yiuunk (mgr.14180) 241 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:21.594 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:21.594 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:21.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:22.969 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:23.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:21.395094+0000 mgr.smithi076.yiuunk (mgr.14180) 242 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:23.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:21.591402+0000 mgr.smithi076.yiuunk (mgr.14180) 243 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:21.395094+0000 mgr.smithi076.yiuunk (mgr.14180) 242 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:21.591402+0000 mgr.smithi076.yiuunk (mgr.14180) 243 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:24.426 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:24.427 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:24.799 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:23.395779+0000 mgr.smithi076.yiuunk (mgr.14180) 244 : 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-01-24T02:45:25.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:23.395779+0000 mgr.smithi076.yiuunk (mgr.14180) 244 : 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-01-24T02:45:25.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:24.423935+0000 mgr.smithi076.yiuunk (mgr.14180) 245 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:26.477 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:24.423935+0000 mgr.smithi076.yiuunk (mgr.14180) 245 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:27.114 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:27.115 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:25.396316+0000 mgr.smithi076.yiuunk (mgr.14180) 246 : 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-01-24T02:45:27.397 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:25.396316+0000 mgr.smithi076.yiuunk (mgr.14180) 246 : 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-01-24T02:45:27.481 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:28.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:27.112134+0000 mgr.smithi076.yiuunk (mgr.14180) 247 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:28.482 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:28.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:27.112134+0000 mgr.smithi076.yiuunk (mgr.14180) 247 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:29.210 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:27.397047+0000 mgr.smithi076.yiuunk (mgr.14180) 248 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:27.397047+0000 mgr.smithi076.yiuunk (mgr.14180) 248 : cluster [DBG] pgmap v182: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:29.942 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:29.943 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:30.322 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:31.323 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:31.355 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:29.397650+0000 mgr.smithi076.yiuunk (mgr.14180) 249 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:31.355 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:29.939853+0000 mgr.smithi076.yiuunk (mgr.14180) 250 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:29.397650+0000 mgr.smithi076.yiuunk (mgr.14180) 249 : cluster [DBG] pgmap v183: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:29.939853+0000 mgr.smithi076.yiuunk (mgr.14180) 250 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:32.665 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:32.665 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:33.072 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:31.398211+0000 mgr.smithi076.yiuunk (mgr.14180) 251 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:31.398211+0000 mgr.smithi076.yiuunk (mgr.14180) 251 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:34.073 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:34.425 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:32.662354+0000 mgr.smithi076.yiuunk (mgr.14180) 252 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:32.662354+0000 mgr.smithi076.yiuunk (mgr.14180) 252 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:35.501 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:35.501 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:35.531 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:33.399040+0000 mgr.smithi076.yiuunk (mgr.14180) 253 : 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-01-24T02:45:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:33.399040+0000 mgr.smithi076.yiuunk (mgr.14180) 253 : 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-01-24T02:45:35.923 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:36.925 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:37.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:35.399552+0000 mgr.smithi076.yiuunk (mgr.14180) 254 : 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-01-24T02:45:37.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:35.497855+0000 mgr.smithi076.yiuunk (mgr.14180) 255 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:35.399552+0000 mgr.smithi076.yiuunk (mgr.14180) 254 : 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-01-24T02:45:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:35.497855+0000 mgr.smithi076.yiuunk (mgr.14180) 255 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:38.320 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:38.321 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:38.681 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:39.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:37.400184+0000 mgr.smithi076.yiuunk (mgr.14180) 256 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:39.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:37.400184+0000 mgr.smithi076.yiuunk (mgr.14180) 256 : cluster [DBG] pgmap v187: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:39.682 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:38.317819+0000 mgr.smithi076.yiuunk (mgr.14180) 257 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:38.317819+0000 mgr.smithi076.yiuunk (mgr.14180) 257 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:41.132 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:41.132 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:41.436 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:39.400704+0000 mgr.smithi076.yiuunk (mgr.14180) 258 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:41.496 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:39.400704+0000 mgr.smithi076.yiuunk (mgr.14180) 258 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:42.497 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:42.530 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:41.128923+0000 mgr.smithi076.yiuunk (mgr.14180) 259 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:42.530 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:41.401393+0000 mgr.smithi076.yiuunk (mgr.14180) 260 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:41.128923+0000 mgr.smithi076.yiuunk (mgr.14180) 259 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:41.401393+0000 mgr.smithi076.yiuunk (mgr.14180) 260 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:43.881 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:43.881 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:44.287 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:45.289 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:45.321 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:43.402151+0000 mgr.smithi076.yiuunk (mgr.14180) 261 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:45:45.321 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:43.878301+0000 mgr.smithi076.yiuunk (mgr.14180) 262 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:43.402151+0000 mgr.smithi076.yiuunk (mgr.14180) 261 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:45:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:43.878301+0000 mgr.smithi076.yiuunk (mgr.14180) 262 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:46.647 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:46.647 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:47.021 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:47.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:45.402686+0000 mgr.smithi076.yiuunk (mgr.14180) 263 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:45.402686+0000 mgr.smithi076.yiuunk (mgr.14180) 263 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:45:48.022 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:46.644349+0000 mgr.smithi076.yiuunk (mgr.14180) 264 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:48.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:46.644349+0000 mgr.smithi076.yiuunk (mgr.14180) 264 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:47.403424+0000 mgr.smithi076.yiuunk (mgr.14180) 265 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:47.403424+0000 mgr.smithi076.yiuunk (mgr.14180) 265 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:49.388 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:49.388 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:49.781 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:50.782 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:49.385095+0000 mgr.smithi076.yiuunk (mgr.14180) 266 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:51.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:49.403938+0000 mgr.smithi076.yiuunk (mgr.14180) 267 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:51.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:49.385095+0000 mgr.smithi076.yiuunk (mgr.14180) 266 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:51.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:49.403938+0000 mgr.smithi076.yiuunk (mgr.14180) 267 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:52.159 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:52.159 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z 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.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:52.546 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:53.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:51.404506+0000 mgr.smithi076.yiuunk (mgr.14180) 268 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:53.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:51.404506+0000 mgr.smithi076.yiuunk (mgr.14180) 268 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T02:45:53.546 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:54.207 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:52.156509+0000 mgr.smithi076.yiuunk (mgr.14180) 269 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:54.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:52.156509+0000 mgr.smithi076.yiuunk (mgr.14180) 269 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:55.057 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:55.058 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:53.405498+0000 mgr.smithi076.yiuunk (mgr.14180) 270 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-24T02:45:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:54.208725+0000 mon.smithi076 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.gftkcv"}]: dispatch 2024-01-24T02:45:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:53.405498+0000 mgr.smithi076.yiuunk (mgr.14180) 270 : cluster [DBG] pgmap v195: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-01-24T02:45:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:54.208725+0000 mon.smithi076 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.gftkcv"}]: dispatch 2024-01-24T02:45:55.428 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:45:54.208060+0000 mgr.smithi076.yiuunk (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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:45:54.208326+0000 mgr.smithi076.yiuunk (mgr.14180) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:45:54.209286+0000 mgr.smithi076.yiuunk (mgr.14180) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:45:54.210806+0000 mgr.smithi076.yiuunk (mgr.14180) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.obpcbq on smithi076 2024-01-24T02:45:56.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:55.054692+0000 mgr.smithi076.yiuunk (mgr.14180) 275 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:56.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:45:54.208060+0000 mgr.smithi076.yiuunk (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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:45:54.208326+0000 mgr.smithi076.yiuunk (mgr.14180) 272 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:45:54.209286+0000 mgr.smithi076.yiuunk (mgr.14180) 273 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.gftkcv ... 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:01Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.364 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:44:39Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.365 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:45:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:45:56.365 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:45:56.365 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:45:56.365 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:45:54.210806+0000 mgr.smithi076.yiuunk (mgr.14180) 274 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.obpcbq on smithi076 2024-01-24T02:45:56.365 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:55.054692+0000 mgr.smithi076.yiuunk (mgr.14180) 275 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:56.429 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:57.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:55.406147+0000 mgr.smithi076.yiuunk (mgr.14180) 276 : 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-01-24T02:45:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:55.406147+0000 mgr.smithi076.yiuunk (mgr.14180) 276 : 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-01-24T02:45:57.836 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:45:57.836 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:45:58.202 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:45:59.203 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:45:59.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:57.406952+0000 mgr.smithi076.yiuunk (mgr.14180) 277 : 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-01-24T02:45:59.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:45:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:45:57.833405+0000 mgr.smithi076.yiuunk (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:45:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:57.406952+0000 mgr.smithi076.yiuunk (mgr.14180) 277 : 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-01-24T02:45:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:45:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:45:57.833405+0000 mgr.smithi076.yiuunk (mgr.14180) 278 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:00.709 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:00.709 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:01.086 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:01.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:45:59.407467+0000 mgr.smithi076.yiuunk (mgr.14180) 279 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:45:59.407467+0000 mgr.smithi076.yiuunk (mgr.14180) 279 : cluster [DBG] pgmap v198: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:02.087 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:02.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:00.654262+0000 mgr.smithi076.yiuunk (mgr.14180) 280 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:00.654262+0000 mgr.smithi076.yiuunk (mgr.14180) 280 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:03.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:01.408127+0000 mgr.smithi076.yiuunk (mgr.14180) 281 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:01.408127+0000 mgr.smithi076.yiuunk (mgr.14180) 281 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:03.505 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:03.505 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:03.927 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:04.928 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:05.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:03.408842+0000 mgr.smithi076.yiuunk (mgr.14180) 282 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:46:05.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:03.502228+0000 mgr.smithi076.yiuunk (mgr.14180) 283 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:03.408842+0000 mgr.smithi076.yiuunk (mgr.14180) 282 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:46:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:03.502228+0000 mgr.smithi076.yiuunk (mgr.14180) 283 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:06.373 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:06.374 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:06.785 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:07.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:05.409278+0000 mgr.smithi076.yiuunk (mgr.14180) 284 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:05.409278+0000 mgr.smithi076.yiuunk (mgr.14180) 284 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:07.786 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:08.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:06.370549+0000 mgr.smithi076.yiuunk (mgr.14180) 285 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:08.488 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:06.370549+0000 mgr.smithi076.yiuunk (mgr.14180) 285 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:09.189 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:09.189 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:09.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:07.410034+0000 mgr.smithi076.yiuunk (mgr.14180) 286 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:09.381 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:07.410034+0000 mgr.smithi076.yiuunk (mgr.14180) 286 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:09.576 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:10.578 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:11.305 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:09.186444+0000 mgr.smithi076.yiuunk (mgr.14180) 287 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:11.305 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:09.410685+0000 mgr.smithi076.yiuunk (mgr.14180) 288 : 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-01-24T02:46:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:09.186444+0000 mgr.smithi076.yiuunk (mgr.14180) 287 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:09.410685+0000 mgr.smithi076.yiuunk (mgr.14180) 288 : 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-01-24T02:46:12.051 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:12.052 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:12.442 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:11.411256+0000 mgr.smithi076.yiuunk (mgr.14180) 289 : 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-01-24T02:46:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:12.048849+0000 mgr.smithi076.yiuunk (mgr.14180) 290 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:13.444 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:13.478 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:11.411256+0000 mgr.smithi076.yiuunk (mgr.14180) 289 : 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-01-24T02:46:13.478 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:12.048849+0000 mgr.smithi076.yiuunk (mgr.14180) 290 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:14.785 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:14.786 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:15.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:13.412023+0000 mgr.smithi076.yiuunk (mgr.14180) 291 : 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-01-24T02:46:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:13.412023+0000 mgr.smithi076.yiuunk (mgr.14180) 291 : 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-01-24T02:46:16.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:16.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:14.782531+0000 mgr.smithi076.yiuunk (mgr.14180) 292 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:16.561 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:14.782531+0000 mgr.smithi076.yiuunk (mgr.14180) 292 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:17.263 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:15.412835+0000 mgr.smithi076.yiuunk (mgr.14180) 293 : 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-01-24T02:46:17.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:15.412835+0000 mgr.smithi076.yiuunk (mgr.14180) 293 : 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-01-24T02:46:17.617 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:17.617 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:17.984 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:18.984 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:19.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:17.413582+0000 mgr.smithi076.yiuunk (mgr.14180) 294 : 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-01-24T02:46:19.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:17.614243+0000 mgr.smithi076.yiuunk (mgr.14180) 295 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:17.413582+0000 mgr.smithi076.yiuunk (mgr.14180) 294 : 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-01-24T02:46:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:17.614243+0000 mgr.smithi076.yiuunk (mgr.14180) 295 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:20.429 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:20.429 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:20.800 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:21.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:19.414093+0000 mgr.smithi076.yiuunk (mgr.14180) 296 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:19.414093+0000 mgr.smithi076.yiuunk (mgr.14180) 296 : cluster [DBG] pgmap v208: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:21.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:22.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:20.426078+0000 mgr.smithi076.yiuunk (mgr.14180) 297 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:20.426078+0000 mgr.smithi076.yiuunk (mgr.14180) 297 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:23.140 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:23.140 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:23.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:21.414607+0000 mgr.smithi076.yiuunk (mgr.14180) 298 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:23.541 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:21.414607+0000 mgr.smithi076.yiuunk (mgr.14180) 298 : cluster [DBG] pgmap v209: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:24.542 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:25.511 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:23.136419+0000 mgr.smithi076.yiuunk (mgr.14180) 299 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:25.511 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:23.415362+0000 mgr.smithi076.yiuunk (mgr.14180) 300 : 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-01-24T02:46:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:23.136419+0000 mgr.smithi076.yiuunk (mgr.14180) 299 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:23.415362+0000 mgr.smithi076.yiuunk (mgr.14180) 300 : 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-01-24T02:46:25.869 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:25.869 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:26.249 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:27.250 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:27.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:25.415898+0000 mgr.smithi076.yiuunk (mgr.14180) 301 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:27.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:25.866466+0000 mgr.smithi076.yiuunk (mgr.14180) 302 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:25.415898+0000 mgr.smithi076.yiuunk (mgr.14180) 301 : cluster [DBG] pgmap v211: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:25.866466+0000 mgr.smithi076.yiuunk (mgr.14180) 302 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:28.565 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:28.565 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:28.965 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:27.416656+0000 mgr.smithi076.yiuunk (mgr.14180) 303 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:27.416656+0000 mgr.smithi076.yiuunk (mgr.14180) 303 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:29.965 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:30.309 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:28.562114+0000 mgr.smithi076.yiuunk (mgr.14180) 304 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:28.562114+0000 mgr.smithi076.yiuunk (mgr.14180) 304 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:31.318 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:31.318 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:29.417317+0000 mgr.smithi076.yiuunk (mgr.14180) 305 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2024-01-24T02:46:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:29.417317+0000 mgr.smithi076.yiuunk (mgr.14180) 305 : cluster [DBG] pgmap v213: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2024-01-24T02:46:31.698 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:32.699 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:31.314632+0000 mgr.smithi076.yiuunk (mgr.14180) 306 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:33.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:31.417840+0000 mgr.smithi076.yiuunk (mgr.14180) 307 : cluster [DBG] pgmap v214: 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-01-24T02:46:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:31.314632+0000 mgr.smithi076.yiuunk (mgr.14180) 306 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:31.417840+0000 mgr.smithi076.yiuunk (mgr.14180) 307 : cluster [DBG] pgmap v214: 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-01-24T02:46:34.028 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:34.029 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:34.447 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:33.418587+0000 mgr.smithi076.yiuunk (mgr.14180) 308 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:34.025009+0000 mgr.smithi076.yiuunk (mgr.14180) 309 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:35.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:33.418587+0000 mgr.smithi076.yiuunk (mgr.14180) 308 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:35.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:34.025009+0000 mgr.smithi076.yiuunk (mgr.14180) 309 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:35.448 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:36.894 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:36.894 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:37.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:35.419192+0000 mgr.smithi076.yiuunk (mgr.14180) 310 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:37.314 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:37.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:35.419192+0000 mgr.smithi076.yiuunk (mgr.14180) 310 : cluster [DBG] pgmap v216: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:38.315 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:38.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:36.890974+0000 mgr.smithi076.yiuunk (mgr.14180) 311 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:36.890974+0000 mgr.smithi076.yiuunk (mgr.14180) 311 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:39.318 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:37.419958+0000 mgr.smithi076.yiuunk (mgr.14180) 312 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:37.419958+0000 mgr.smithi076.yiuunk (mgr.14180) 312 : cluster [DBG] pgmap v217: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:39.698 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:39.699 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:40.074 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:41.075 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:39.420494+0000 mgr.smithi076.yiuunk (mgr.14180) 313 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:39.695404+0000 mgr.smithi076.yiuunk (mgr.14180) 314 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:39.420494+0000 mgr.smithi076.yiuunk (mgr.14180) 313 : cluster [DBG] pgmap v218: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 85 B/s wr, 1 op/s 2024-01-24T02:46:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:39.695404+0000 mgr.smithi076.yiuunk (mgr.14180) 314 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:42.407 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:42.408 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:42.835 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:43.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:41.421071+0000 mgr.smithi076.yiuunk (mgr.14180) 315 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-01-24T02:46:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:41.421071+0000 mgr.smithi076.yiuunk (mgr.14180) 315 : cluster [DBG] pgmap v219: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-01-24T02:46:43.836 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:44.190 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:42.404988+0000 mgr.smithi076.yiuunk (mgr.14180) 316 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:44.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:42.404988+0000 mgr.smithi076.yiuunk (mgr.14180) 316 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:45.235 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:45.235 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:45.264 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:43.421853+0000 mgr.smithi076.yiuunk (mgr.14180) 317 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-24T02:46:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:43.421853+0000 mgr.smithi076.yiuunk (mgr.14180) 317 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-24T02:46:45.613 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:46.615 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:47.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:45.231840+0000 mgr.smithi076.yiuunk (mgr.14180) 318 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:47.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:45.422371+0000 mgr.smithi076.yiuunk (mgr.14180) 319 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:45.231840+0000 mgr.smithi076.yiuunk (mgr.14180) 318 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:45.422371+0000 mgr.smithi076.yiuunk (mgr.14180) 319 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:48.066 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:48.066 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:48.437 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:47.423192+0000 mgr.smithi076.yiuunk (mgr.14180) 320 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:48.063089+0000 mgr.smithi076.yiuunk (mgr.14180) 321 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:47.423192+0000 mgr.smithi076.yiuunk (mgr.14180) 320 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:48.063089+0000 mgr.smithi076.yiuunk (mgr.14180) 321 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:49.438 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:50.772 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:50.772 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:51.180 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:51.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:49.423737+0000 mgr.smithi076.yiuunk (mgr.14180) 322 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:49.423737+0000 mgr.smithi076.yiuunk (mgr.14180) 322 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:52.181 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:50.769021+0000 mgr.smithi076.yiuunk (mgr.14180) 323 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:52.523 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:50.769021+0000 mgr.smithi076.yiuunk (mgr.14180) 323 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:53.183 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:51.424219+0000 mgr.smithi076.yiuunk (mgr.14180) 324 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:53.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:51.424219+0000 mgr.smithi076.yiuunk (mgr.14180) 324 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:53.549 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:53.549 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:53.924 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:54.925 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:55.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:53.425111+0000 mgr.smithi076.yiuunk (mgr.14180) 325 : 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-01-24T02:46:55.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:53.546080+0000 mgr.smithi076.yiuunk (mgr.14180) 326 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:53.425111+0000 mgr.smithi076.yiuunk (mgr.14180) 325 : 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-01-24T02:46:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:53.546080+0000 mgr.smithi076.yiuunk (mgr.14180) 326 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:56.330 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:56.330 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:56.830 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:46:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:55.425628+0000 mgr.smithi076.yiuunk (mgr.14180) 327 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:57.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:55.425628+0000 mgr.smithi076.yiuunk (mgr.14180) 327 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:57.831 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:46:58.189 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:56.327797+0000 mgr.smithi076.yiuunk (mgr.14180) 328 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:58.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:56.327797+0000 mgr.smithi076.yiuunk (mgr.14180) 328 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:46:59.241 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:46:59.242 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:46:59.273 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:46:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:57.426484+0000 mgr.smithi076.yiuunk (mgr.14180) 329 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:46:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:57.426484+0000 mgr.smithi076.yiuunk (mgr.14180) 329 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:46:59.636 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:00.637 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:01.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:46:59.238724+0000 mgr.smithi076.yiuunk (mgr.14180) 330 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:01.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:46:59.427168+0000 mgr.smithi076.yiuunk (mgr.14180) 331 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:46:59.238724+0000 mgr.smithi076.yiuunk (mgr.14180) 330 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:46:59.427168+0000 mgr.smithi076.yiuunk (mgr.14180) 331 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:02.028 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:02.029 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:02.402 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:01.427733+0000 mgr.smithi076.yiuunk (mgr.14180) 332 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:03.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:02.025875+0000 mgr.smithi076.yiuunk (mgr.14180) 333 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:03.403 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:03.437 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:01.427733+0000 mgr.smithi076.yiuunk (mgr.14180) 332 : cluster [DBG] pgmap v229: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:03.437 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:02.025875+0000 mgr.smithi076.yiuunk (mgr.14180) 333 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:04.854 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:04.854 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:05.176 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:03.428527+0000 mgr.smithi076.yiuunk (mgr.14180) 334 : 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-01-24T02:47:05.195 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:03.428527+0000 mgr.smithi076.yiuunk (mgr.14180) 334 : 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-01-24T02:47:06.195 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:06.529 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:04.851216+0000 mgr.smithi076.yiuunk (mgr.14180) 335 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:04.851216+0000 mgr.smithi076.yiuunk (mgr.14180) 335 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:07.205 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:05.428989+0000 mgr.smithi076.yiuunk (mgr.14180) 336 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:07.560 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:07.560 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:05.428989+0000 mgr.smithi076.yiuunk (mgr.14180) 336 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:07.968 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:08.969 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:09.303 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:07.429709+0000 mgr.smithi076.yiuunk (mgr.14180) 337 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:09.303 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:07.557995+0000 mgr.smithi076.yiuunk (mgr.14180) 338 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:07.429709+0000 mgr.smithi076.yiuunk (mgr.14180) 337 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:07.557995+0000 mgr.smithi076.yiuunk (mgr.14180) 338 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:10.365 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:10.365 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:10.777 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:11.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:09.430221+0000 mgr.smithi076.yiuunk (mgr.14180) 339 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:09.430221+0000 mgr.smithi076.yiuunk (mgr.14180) 339 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:11.778 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:12.438 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:10.362245+0000 mgr.smithi076.yiuunk (mgr.14180) 340 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:12.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:10.362245+0000 mgr.smithi076.yiuunk (mgr.14180) 340 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:13.120 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:13.120 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:13.429 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:11.430940+0000 mgr.smithi076.yiuunk (mgr.14180) 341 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:13.492 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:11.430940+0000 mgr.smithi076.yiuunk (mgr.14180) 341 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:14.494 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:14.526 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:13.117717+0000 mgr.smithi076.yiuunk (mgr.14180) 342 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:13.117717+0000 mgr.smithi076.yiuunk (mgr.14180) 342 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:15.507 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:13.431706+0000 mgr.smithi076.yiuunk (mgr.14180) 343 : 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-01-24T02:47:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:13.431706+0000 mgr.smithi076.yiuunk (mgr.14180) 343 : 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-01-24T02:47:15.865 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:15.865 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:16.263 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:17.264 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:17.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:15.432192+0000 mgr.smithi076.yiuunk (mgr.14180) 344 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:17.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:15.861761+0000 mgr.smithi076.yiuunk (mgr.14180) 345 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:15.432192+0000 mgr.smithi076.yiuunk (mgr.14180) 344 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:15.861761+0000 mgr.smithi076.yiuunk (mgr.14180) 345 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:18.322 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:17.432928+0000 mgr.smithi076.yiuunk (mgr.14180) 346 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:17.432928+0000 mgr.smithi076.yiuunk (mgr.14180) 346 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:18.686 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:18.687 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:19.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:20.052 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:20.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:18.683696+0000 mgr.smithi076.yiuunk (mgr.14180) 347 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:20.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:18.683696+0000 mgr.smithi076.yiuunk (mgr.14180) 347 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:19.433534+0000 mgr.smithi076.yiuunk (mgr.14180) 348 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:19.433534+0000 mgr.smithi076.yiuunk (mgr.14180) 348 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:21.496 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:21.496 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:21.858 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:22.859 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:23.193 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:21.434027+0000 mgr.smithi076.yiuunk (mgr.14180) 349 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:23.193 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:21.493236+0000 mgr.smithi076.yiuunk (mgr.14180) 350 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:21.434027+0000 mgr.smithi076.yiuunk (mgr.14180) 349 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:23.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:21.493236+0000 mgr.smithi076.yiuunk (mgr.14180) 350 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:24.205 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:24.205 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:24.641 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:23.434704+0000 mgr.smithi076.yiuunk (mgr.14180) 351 : 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-01-24T02:47:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:23.434704+0000 mgr.smithi076.yiuunk (mgr.14180) 351 : 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-01-24T02:47:25.642 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:26.327 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:24.202306+0000 mgr.smithi076.yiuunk (mgr.14180) 352 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:24.202306+0000 mgr.smithi076.yiuunk (mgr.14180) 352 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:27.051 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:27.051 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:25.435280+0000 mgr.smithi076.yiuunk (mgr.14180) 353 : 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-01-24T02:47:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:25.435280+0000 mgr.smithi076.yiuunk (mgr.14180) 353 : 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-01-24T02:47:27.391 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:28.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:27.048206+0000 mgr.smithi076.yiuunk (mgr.14180) 354 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:28.393 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:28.426 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:27.048206+0000 mgr.smithi076.yiuunk (mgr.14180) 354 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:27.436071+0000 mgr.smithi076.yiuunk (mgr.14180) 355 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:27.436071+0000 mgr.smithi076.yiuunk (mgr.14180) 355 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:29.736 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:29.736 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:30.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:31.141 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:29.436685+0000 mgr.smithi076.yiuunk (mgr.14180) 356 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:29.732913+0000 mgr.smithi076.yiuunk (mgr.14180) 357 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:31.493 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:29.436685+0000 mgr.smithi076.yiuunk (mgr.14180) 356 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:31.493 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:29.732913+0000 mgr.smithi076.yiuunk (mgr.14180) 357 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:32.550 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:32.550 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:32.974 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:33.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:31.437229+0000 mgr.smithi076.yiuunk (mgr.14180) 358 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:33.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:31.437229+0000 mgr.smithi076.yiuunk (mgr.14180) 358 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:33.975 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:32.547638+0000 mgr.smithi076.yiuunk (mgr.14180) 359 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:34.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:32.547638+0000 mgr.smithi076.yiuunk (mgr.14180) 359 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:33.438039+0000 mgr.smithi076.yiuunk (mgr.14180) 360 : 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-01-24T02:47:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:33.438039+0000 mgr.smithi076.yiuunk (mgr.14180) 360 : 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-01-24T02:47:35.440 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:35.440 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:35.856 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:36.858 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:37.201 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:35.437248+0000 mgr.smithi076.yiuunk (mgr.14180) 361 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:37.201 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:35.438527+0000 mgr.smithi076.yiuunk (mgr.14180) 362 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:37.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:35.437248+0000 mgr.smithi076.yiuunk (mgr.14180) 361 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:37.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:35.438527+0000 mgr.smithi076.yiuunk (mgr.14180) 362 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:38.313 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:38.314 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:38.731 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:39.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:37.439235+0000 mgr.smithi076.yiuunk (mgr.14180) 363 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:39.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:37.439235+0000 mgr.smithi076.yiuunk (mgr.14180) 363 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:39.732 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:38.310332+0000 mgr.smithi076.yiuunk (mgr.14180) 364 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:38.310332+0000 mgr.smithi076.yiuunk (mgr.14180) 364 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:41.098 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:41.098 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:41.420 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:39.440002+0000 mgr.smithi076.yiuunk (mgr.14180) 365 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:41.464 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:39.440002+0000 mgr.smithi076.yiuunk (mgr.14180) 365 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:42.464 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:42.495 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:41.095132+0000 mgr.smithi076.yiuunk (mgr.14180) 366 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:41.095132+0000 mgr.smithi076.yiuunk (mgr.14180) 366 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:43.434 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:41.440540+0000 mgr.smithi076.yiuunk (mgr.14180) 367 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:41.440540+0000 mgr.smithi076.yiuunk (mgr.14180) 367 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:43.782 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:43.782 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:44.203 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:45.204 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:45.549 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:43.441253+0000 mgr.smithi076.yiuunk (mgr.14180) 368 : 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-01-24T02:47:45.549 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:43.779252+0000 mgr.smithi076.yiuunk (mgr.14180) 369 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:43.441253+0000 mgr.smithi076.yiuunk (mgr.14180) 368 : 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-01-24T02:47:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:43.779252+0000 mgr.smithi076.yiuunk (mgr.14180) 369 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:46.642 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:46.642 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:47.050 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:47.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:45.441785+0000 mgr.smithi076.yiuunk (mgr.14180) 370 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:45.441785+0000 mgr.smithi076.yiuunk (mgr.14180) 370 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:48.051 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:48.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:46.638974+0000 mgr.smithi076.yiuunk (mgr.14180) 371 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:46.638974+0000 mgr.smithi076.yiuunk (mgr.14180) 371 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:47.442408+0000 mgr.smithi076.yiuunk (mgr.14180) 372 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:49.440 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:49.440 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:47.442408+0000 mgr.smithi076.yiuunk (mgr.14180) 372 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:49.829 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:50.830 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:51.491 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:49.437842+0000 mgr.smithi076.yiuunk (mgr.14180) 373 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:51.492 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:49.442929+0000 mgr.smithi076.yiuunk (mgr.14180) 374 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:49.437842+0000 mgr.smithi076.yiuunk (mgr.14180) 373 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:49.442929+0000 mgr.smithi076.yiuunk (mgr.14180) 374 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:52.160 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:52.160 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:52.563 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:53.564 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:53.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:51.443449+0000 mgr.smithi076.yiuunk (mgr.14180) 375 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:51.443449+0000 mgr.smithi076.yiuunk (mgr.14180) 375 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:54.241 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:52.157341+0000 mgr.smithi076.yiuunk (mgr.14180) 376 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:52.157341+0000 mgr.smithi076.yiuunk (mgr.14180) 376 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:54.940 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:54.940 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:55.252 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:53.444447+0000 mgr.smithi076.yiuunk (mgr.14180) 377 : 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-01-24T02:47:55.252 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:54.937685+0000 mgr.smithi076.yiuunk (mgr.14180) 378 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:55.311 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:53.444447+0000 mgr.smithi076.yiuunk (mgr.14180) 377 : 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-01-24T02:47:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:54.937685+0000 mgr.smithi076.yiuunk (mgr.14180) 378 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:56.312 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:47:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:55.445002+0000 mgr.smithi076.yiuunk (mgr.14180) 379 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:55.445002+0000 mgr.smithi076.yiuunk (mgr.14180) 379 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:57.842 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:47:57.842 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:47:58.246 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:47:58.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:57.445767+0000 mgr.smithi076.yiuunk (mgr.14180) 380 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:58.830 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:47:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:47:57.839231+0000 mgr.smithi076.yiuunk (mgr.14180) 381 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:58.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:57.445767+0000 mgr.smithi076.yiuunk (mgr.14180) 380 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:47:58.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:47:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:47:57.839231+0000 mgr.smithi076.yiuunk (mgr.14180) 381 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:47:59.248 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:00.688 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:01.101 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:01.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:47:59.446253+0000 mgr.smithi076.yiuunk (mgr.14180) 382 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:47:59.446253+0000 mgr.smithi076.yiuunk (mgr.14180) 382 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:02.102 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:02.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:00.685749+0000 mgr.smithi076.yiuunk (mgr.14180) 383 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:00.685749+0000 mgr.smithi076.yiuunk (mgr.14180) 383 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:03.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:01.446773+0000 mgr.smithi076.yiuunk (mgr.14180) 384 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:03.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:01.446773+0000 mgr.smithi076.yiuunk (mgr.14180) 384 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:03.597 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:03.597 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:04.011 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:05.012 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:05.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:03.447504+0000 mgr.smithi076.yiuunk (mgr.14180) 385 : 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-01-24T02:48:05.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:03.594380+0000 mgr.smithi076.yiuunk (mgr.14180) 386 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:03.447504+0000 mgr.smithi076.yiuunk (mgr.14180) 385 : 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-01-24T02:48:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:03.594380+0000 mgr.smithi076.yiuunk (mgr.14180) 386 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:06.356 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:06.356 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:06.720 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:07.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:05.448164+0000 mgr.smithi076.yiuunk (mgr.14180) 387 : 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-01-24T02:48:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:05.448164+0000 mgr.smithi076.yiuunk (mgr.14180) 387 : 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-01-24T02:48:07.721 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:08.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:06.353530+0000 mgr.smithi076.yiuunk (mgr.14180) 388 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:08.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:06.353530+0000 mgr.smithi076.yiuunk (mgr.14180) 388 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:09.167 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:09.167 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:09.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:07.448983+0000 mgr.smithi076.yiuunk (mgr.14180) 389 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:09.511 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:07.448983+0000 mgr.smithi076.yiuunk (mgr.14180) 389 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:09.535 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:10.536 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:11.203 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:09.164524+0000 mgr.smithi076.yiuunk (mgr.14180) 390 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:11.203 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:09.449656+0000 mgr.smithi076.yiuunk (mgr.14180) 391 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:09.164524+0000 mgr.smithi076.yiuunk (mgr.14180) 390 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:11.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:09.449656+0000 mgr.smithi076.yiuunk (mgr.14180) 391 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:11.919 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:11.920 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:12.318 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:13.319 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:13.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:11.450411+0000 mgr.smithi076.yiuunk (mgr.14180) 392 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:13.350 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:11.916835+0000 mgr.smithi076.yiuunk (mgr.14180) 393 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:11.450411+0000 mgr.smithi076.yiuunk (mgr.14180) 392 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:11.916835+0000 mgr.smithi076.yiuunk (mgr.14180) 393 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:14.670 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:14.671 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:15.051 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:15.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:13.451129+0000 mgr.smithi076.yiuunk (mgr.14180) 394 : 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-01-24T02:48:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:13.451129+0000 mgr.smithi076.yiuunk (mgr.14180) 394 : 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-01-24T02:48:16.051 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:16.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:14.667592+0000 mgr.smithi076.yiuunk (mgr.14180) 395 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:16.378 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:14.667592+0000 mgr.smithi076.yiuunk (mgr.14180) 395 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:17.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:15.451825+0000 mgr.smithi076.yiuunk (mgr.14180) 396 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:17.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:15.451825+0000 mgr.smithi076.yiuunk (mgr.14180) 396 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:17.379 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:17.379 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:17.792 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:18.793 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:17.376324+0000 mgr.smithi076.yiuunk (mgr.14180) 397 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:17.452515+0000 mgr.smithi076.yiuunk (mgr.14180) 398 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:19.454 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:17.376324+0000 mgr.smithi076.yiuunk (mgr.14180) 397 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:19.454 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:17.452515+0000 mgr.smithi076.yiuunk (mgr.14180) 398 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:20.147 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:20.147 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:20.534 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:21.535 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:21.568 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:19.453090+0000 mgr.smithi076.yiuunk (mgr.14180) 399 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:21.569 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:20.143339+0000 mgr.smithi076.yiuunk (mgr.14180) 400 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:19.453090+0000 mgr.smithi076.yiuunk (mgr.14180) 399 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:20.143339+0000 mgr.smithi076.yiuunk (mgr.14180) 400 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:22.970 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:22.970 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:13.104970Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:13.105125Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:13.105195Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:13.105258Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:13.105319Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-24T02:48:23.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:21.453690+0000 mgr.smithi076.yiuunk (mgr.14180) 401 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:23.358 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:21.453690+0000 mgr.smithi076.yiuunk (mgr.14180) 401 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:24.359 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:24.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:22.967394+0000 mgr.smithi076.yiuunk (mgr.14180) 402 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:24.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:23.808649+0000 mon.smithi076 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.obpcbq"}]: dispatch 2024-01-24T02:48:24.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:23.814426+0000 mon.smithi076 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:24.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:23.816555+0000 mon.smithi076 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:48:24.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:24.047921+0000 mon.smithi076 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:22.967394+0000 mgr.smithi076.yiuunk (mgr.14180) 402 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:23.808649+0000 mon.smithi076 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.obpcbq"}]: dispatch 2024-01-24T02:48:24.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:23.814426+0000 mon.smithi076 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:24.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:23.816555+0000 mon.smithi076 (mon.0) 653 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:48:24.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:24.047921+0000 mon.smithi076 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:25.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:23.454395+0000 mgr.smithi076.yiuunk (mgr.14180) 403 : 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-01-24T02:48:25.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:23.808129+0000 mgr.smithi076.yiuunk (mgr.14180) 404 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.466 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:23.808307+0000 mgr.smithi076.yiuunk (mgr.14180) 405 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:23.809296+0000 mgr.smithi076.yiuunk (mgr.14180) 406 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:23.814727+0000 mgr.smithi076.yiuunk (mgr.14180) 407 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:23.815788+0000 mgr.smithi076.yiuunk (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:23.816414+0000 mgr.smithi076.yiuunk (mgr.14180) 409 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:25.469 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:24.116792+0000 mon.smithi076 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:23.454395+0000 mgr.smithi076.yiuunk (mgr.14180) 403 : 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-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:23.808129+0000 mgr.smithi076.yiuunk (mgr.14180) 404 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:48:25.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:23.808307+0000 mgr.smithi076.yiuunk (mgr.14180) 405 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:23.809296+0000 mgr.smithi076.yiuunk (mgr.14180) 406 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.obpcbq ... 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:46:31Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:08Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:47:46Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:23.814727+0000 mgr.smithi076.yiuunk (mgr.14180) 407 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:23.815788+0000 mgr.smithi076.yiuunk (mgr.14180) 408 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:23.816414+0000 mgr.smithi076.yiuunk (mgr.14180) 409 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:25.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:24.116792+0000 mon.smithi076 (mon.0) 655 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:48:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:25.126860+0000 mon.smithi076 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:26.409 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:26.410 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:43:15.229850Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:43:15.229932Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:43:15.229992Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:43:15.229779Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:43:15.229612Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:43:15.230051Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:43:15.230170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:43:15.230111Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-24T02:48:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:25.126860+0000 mon.smithi076 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:26.942 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-24T02:48:27.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:25.817074+0000 mgr.smithi076.yiuunk (mgr.14180) 410 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:25.817074+0000 mgr.smithi076.yiuunk (mgr.14180) 410 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:27.943 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:28.250 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:26.406174+0000 mgr.smithi076.yiuunk (mgr.14180) 411 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:27.570084+0000 mon.smithi076 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:27.859873+0000 mon.smithi076 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:27.860468+0000 mon.smithi076 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:28.123716+0000 mon.smithi076 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:28.129130+0000 mon.smithi076 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.251 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:28.134896+0000 mon.smithi076 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:26.406174+0000 mgr.smithi076.yiuunk (mgr.14180) 411 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:27.570084+0000 mon.smithi076 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:27.859873+0000 mon.smithi076 (mon.0) 658 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:27.860468+0000 mon.smithi076 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:28.123716+0000 mon.smithi076 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:28.129130+0000 mon.smithi076 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:28.134896+0000 mon.smithi076 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:29.318 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:29.318 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:27.817941+0000 mgr.smithi076.yiuunk (mgr.14180) 412 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:27.863564+0000 mgr.smithi076.yiuunk (mgr.14180) 413 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:28.136402+0000 mgr.smithi076.yiuunk (mgr.14180) 414 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:28.141747+0000 mon.smithi076 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:28.151543+0000 mon.smithi076 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:28.568178+0000 mon.smithi076 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:48:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:28.568204+0000 mon.smithi076 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-24T02:48:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:27.817941+0000 mgr.smithi076.yiuunk (mgr.14180) 412 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-24T02:48:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:27.863564+0000 mgr.smithi076.yiuunk (mgr.14180) 413 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:48:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:28.136402+0000 mgr.smithi076.yiuunk (mgr.14180) 414 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2024-01-24T02:48:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:28.141747+0000 mon.smithi076 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:48:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:28.151543+0000 mon.smithi076 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:48:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:28.568178+0000 mon.smithi076 (mon.0) 665 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:48:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:28.568204+0000 mon.smithi076 (mon.0) 666 : cluster [INF] Cluster is now healthy 2024-01-24T02:48:29.712 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-24T02:48:29.712 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T02:48:29.723 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-24T02:48:29.723 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:48:28.154329+0000 mgr.smithi076.yiuunk (mgr.14180) 415 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xjcyso on smithi133 2024-01-24T02:48:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:48:28.154329+0000 mgr.smithi076.yiuunk (mgr.14180) 415 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xjcyso on smithi133 2024-01-24T02:48:31.097 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:31.097 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:31.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:29.313812+0000 mgr.smithi076.yiuunk (mgr.14180) 416 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:31.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:30.137028+0000 mgr.smithi076.yiuunk (mgr.14180) 417 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 117 B/s wr, 0 op/s 2024-01-24T02:48:31.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:29.313812+0000 mgr.smithi076.yiuunk (mgr.14180) 416 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:30.137028+0000 mgr.smithi076.yiuunk (mgr.14180) 417 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 117 B/s wr, 0 op/s 2024-01-24T02:48:32.474 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:32.505 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:31.093951+0000 mgr.smithi076.yiuunk (mgr.14180) 418 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:31.093951+0000 mgr.smithi076.yiuunk (mgr.14180) 418 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:33.569 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:32.137737+0000 mgr.smithi076.yiuunk (mgr.14180) 419 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-01-24T02:48:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:32.137737+0000 mgr.smithi076.yiuunk (mgr.14180) 419 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-01-24T02:48:33.953 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:33.953 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:34.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:35.334 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:33.950079+0000 mgr.smithi076.yiuunk (mgr.14180) 420 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:34.138402+0000 mgr.smithi076.yiuunk (mgr.14180) 421 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:35.367 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:33.950079+0000 mgr.smithi076.yiuunk (mgr.14180) 420 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:35.367 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:34.138402+0000 mgr.smithi076.yiuunk (mgr.14180) 421 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:36.139142+0000 mgr.smithi076.yiuunk (mgr.14180) 422 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:36.139142+0000 mgr.smithi076.yiuunk (mgr.14180) 422 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:36.778 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:36.779 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:37.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:36.775498+0000 mgr.smithi076.yiuunk (mgr.14180) 423 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:36.775498+0000 mgr.smithi076.yiuunk (mgr.14180) 423 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:38.152 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:38.517 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:38.140080+0000 mgr.smithi076.yiuunk (mgr.14180) 424 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:38.140080+0000 mgr.smithi076.yiuunk (mgr.14180) 424 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 198 B/s wr, 2 op/s 2024-01-24T02:48:39.591 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:39.591 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:39.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:40.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:39.587491+0000 mgr.smithi076.yiuunk (mgr.14180) 425 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:40.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:40.140686+0000 mgr.smithi076.yiuunk (mgr.14180) 426 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-24T02:48:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:39.587491+0000 mgr.smithi076.yiuunk (mgr.14180) 425 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:40.140686+0000 mgr.smithi076.yiuunk (mgr.14180) 426 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-24T02:48:40.973 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:42.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:42.141273+0000 mgr.smithi076.yiuunk (mgr.14180) 427 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 85 B/s wr, 2 op/s 2024-01-24T02:48:42.420 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:42.420 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:42.141273+0000 mgr.smithi076.yiuunk (mgr.14180) 427 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 85 B/s wr, 2 op/s 2024-01-24T02:48:42.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:43.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:42.416867+0000 mgr.smithi076.yiuunk (mgr.14180) 428 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:42.416867+0000 mgr.smithi076.yiuunk (mgr.14180) 428 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:43.790 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:45.260 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:45.260 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:45.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:44.142168+0000 mgr.smithi076.yiuunk (mgr.14180) 429 : 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, 85 B/s wr, 2 op/s 2024-01-24T02:48:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:44.142168+0000 mgr.smithi076.yiuunk (mgr.14180) 429 : 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, 85 B/s wr, 2 op/s 2024-01-24T02:48:45.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:45.256380+0000 mgr.smithi076.yiuunk (mgr.14180) 430 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:46.142795+0000 mgr.smithi076.yiuunk (mgr.14180) 431 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:45.256380+0000 mgr.smithi076.yiuunk (mgr.14180) 430 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:46.142795+0000 mgr.smithi076.yiuunk (mgr.14180) 431 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:46.630 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:48.047 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:48.048 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:48.044237+0000 mgr.smithi076.yiuunk (mgr.14180) 432 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:48.143559+0000 mgr.smithi076.yiuunk (mgr.14180) 433 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:48.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:48.044237+0000 mgr.smithi076.yiuunk (mgr.14180) 432 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:48.143559+0000 mgr.smithi076.yiuunk (mgr.14180) 433 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:49.440 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:50.456 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:50.144057+0000 mgr.smithi076.yiuunk (mgr.14180) 434 : 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-01-24T02:48:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:50.144057+0000 mgr.smithi076.yiuunk (mgr.14180) 434 : 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-01-24T02:48:50.797 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:50.797 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:51.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:50.794358+0000 mgr.smithi076.yiuunk (mgr.14180) 435 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:50.794358+0000 mgr.smithi076.yiuunk (mgr.14180) 435 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:52.156 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:52.491 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:52.145007+0000 mgr.smithi076.yiuunk (mgr.14180) 436 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:52.145007+0000 mgr.smithi076.yiuunk (mgr.14180) 436 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:53.498 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:53.498 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:53.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:54.896 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:55.248 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:53.495200+0000 mgr.smithi076.yiuunk (mgr.14180) 437 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:55.248 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:54.145789+0000 mgr.smithi076.yiuunk (mgr.14180) 438 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:48:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:53.495200+0000 mgr.smithi076.yiuunk (mgr.14180) 437 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:55.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:54.145789+0000 mgr.smithi076.yiuunk (mgr.14180) 438 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:48:56.300 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:56.300 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:56.516 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:56.146319+0000 mgr.smithi076.yiuunk (mgr.14180) 439 : 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-01-24T02:48:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:56.146319+0000 mgr.smithi076.yiuunk (mgr.14180) 439 : 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-01-24T02:48:56.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:48:57.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:56.297109+0000 mgr.smithi076.yiuunk (mgr.14180) 440 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:56.297109+0000 mgr.smithi076.yiuunk (mgr.14180) 440 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:48:57.712 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:48:58.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:48:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:48:58.147353+0000 mgr.smithi076.yiuunk (mgr.14180) 441 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:48:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:48:58.147353+0000 mgr.smithi076.yiuunk (mgr.14180) 441 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:48:59.151 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:48:59.151 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:48:59.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:00.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:48:59.147611+0000 mgr.smithi076.yiuunk (mgr.14180) 442 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:00.579 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:00.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:48:59.147611+0000 mgr.smithi076.yiuunk (mgr.14180) 442 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:01.256 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:00.148123+0000 mgr.smithi076.yiuunk (mgr.14180) 443 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:01.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:00.148123+0000 mgr.smithi076.yiuunk (mgr.14180) 443 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:01.959 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:01.959 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:02.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:01.955841+0000 mgr.smithi076.yiuunk (mgr.14180) 444 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:02.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:02.148724+0000 mgr.smithi076.yiuunk (mgr.14180) 445 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:02.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:01.955841+0000 mgr.smithi076.yiuunk (mgr.14180) 444 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:02.148724+0000 mgr.smithi076.yiuunk (mgr.14180) 445 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:03.354 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:04.869 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:04.869 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:05.185 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:04.149382+0000 mgr.smithi076.yiuunk (mgr.14180) 446 : 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-01-24T02:49:05.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:04.149382+0000 mgr.smithi076.yiuunk (mgr.14180) 446 : 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-01-24T02:49:06.256 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:06.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:04.865825+0000 mgr.smithi076.yiuunk (mgr.14180) 447 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:04.865825+0000 mgr.smithi076.yiuunk (mgr.14180) 447 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:07.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:06.150047+0000 mgr.smithi076.yiuunk (mgr.14180) 448 : 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-01-24T02:49:07.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:06.150047+0000 mgr.smithi076.yiuunk (mgr.14180) 448 : 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-01-24T02:49:07.722 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:07.722 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:08.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:07.719010+0000 mgr.smithi076.yiuunk (mgr.14180) 449 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:08.150763+0000 mgr.smithi076.yiuunk (mgr.14180) 450 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:07.719010+0000 mgr.smithi076.yiuunk (mgr.14180) 449 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:08.150763+0000 mgr.smithi076.yiuunk (mgr.14180) 450 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:09.131 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:10.577 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:10.578 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:10.151290+0000 mgr.smithi076.yiuunk (mgr.14180) 451 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:10.151290+0000 mgr.smithi076.yiuunk (mgr.14180) 451 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:10.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:11.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:10.574353+0000 mgr.smithi076.yiuunk (mgr.14180) 452 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:10.574353+0000 mgr.smithi076.yiuunk (mgr.14180) 452 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:11.952 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:12.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:12.151841+0000 mgr.smithi076.yiuunk (mgr.14180) 453 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:12.151841+0000 mgr.smithi076.yiuunk (mgr.14180) 453 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:13.432 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:13.432 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:13.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:14.827 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:15.163 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:13.428186+0000 mgr.smithi076.yiuunk (mgr.14180) 454 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:15.163 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:14.152492+0000 mgr.smithi076.yiuunk (mgr.14180) 455 : 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-01-24T02:49:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:13.428186+0000 mgr.smithi076.yiuunk (mgr.14180) 454 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:15.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:14.152492+0000 mgr.smithi076.yiuunk (mgr.14180) 455 : 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-01-24T02:49:16.215 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:16.215 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:16.564 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:16.153003+0000 mgr.smithi076.yiuunk (mgr.14180) 456 : 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-01-24T02:49:16.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:16.153003+0000 mgr.smithi076.yiuunk (mgr.14180) 456 : 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-01-24T02:49:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:16.211444+0000 mgr.smithi076.yiuunk (mgr.14180) 457 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:17.610 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:16.211444+0000 mgr.smithi076.yiuunk (mgr.14180) 457 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:18.491 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:18.153716+0000 mgr.smithi076.yiuunk (mgr.14180) 458 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:18.153716+0000 mgr.smithi076.yiuunk (mgr.14180) 458 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:19.040 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:19.041 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:19.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:19.037057+0000 mgr.smithi076.yiuunk (mgr.14180) 459 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:20.461 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:20.494 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:19.037057+0000 mgr.smithi076.yiuunk (mgr.14180) 459 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:20.154354+0000 mgr.smithi076.yiuunk (mgr.14180) 460 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:21.505 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:20.154354+0000 mgr.smithi076.yiuunk (mgr.14180) 460 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:21.854 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:21.854 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:22.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:22.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:21.851018+0000 mgr.smithi076.yiuunk (mgr.14180) 461 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:22.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:22.155094+0000 mgr.smithi076.yiuunk (mgr.14180) 462 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:21.851018+0000 mgr.smithi076.yiuunk (mgr.14180) 461 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:22.155094+0000 mgr.smithi076.yiuunk (mgr.14180) 462 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:23.258 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:24.694 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:24.694 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:25.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:25.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:24.156054+0000 mgr.smithi076.yiuunk (mgr.14180) 463 : 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-01-24T02:49:25.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:24.156054+0000 mgr.smithi076.yiuunk (mgr.14180) 463 : 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-01-24T02:49:26.077 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:26.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:24.691127+0000 mgr.smithi076.yiuunk (mgr.14180) 464 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:26.460 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:24.691127+0000 mgr.smithi076.yiuunk (mgr.14180) 464 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:27.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:26.156652+0000 mgr.smithi076.yiuunk (mgr.14180) 465 : 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-01-24T02:49:27.536 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:27.536 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:27.563 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:26.156652+0000 mgr.smithi076.yiuunk (mgr.14180) 465 : 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-01-24T02:49:27.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:27.532725+0000 mgr.smithi076.yiuunk (mgr.14180) 466 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:28.157343+0000 mgr.smithi076.yiuunk (mgr.14180) 467 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:27.532725+0000 mgr.smithi076.yiuunk (mgr.14180) 466 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:28.157343+0000 mgr.smithi076.yiuunk (mgr.14180) 467 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:28.909 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:30.221 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:30.222 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:30.531 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:30.157861+0000 mgr.smithi076.yiuunk (mgr.14180) 468 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:30.157861+0000 mgr.smithi076.yiuunk (mgr.14180) 468 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:30.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:30.218032+0000 mgr.smithi076.yiuunk (mgr.14180) 469 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:30.218032+0000 mgr.smithi076.yiuunk (mgr.14180) 469 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:31.625 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:32.489 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:32.158313+0000 mgr.smithi076.yiuunk (mgr.14180) 470 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:32.158313+0000 mgr.smithi076.yiuunk (mgr.14180) 470 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:33.053 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:33.053 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:33.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:33.049792+0000 mgr.smithi076.yiuunk (mgr.14180) 471 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:33.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:33.049792+0000 mgr.smithi076.yiuunk (mgr.14180) 471 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:34.461 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:34.159188+0000 mgr.smithi076.yiuunk (mgr.14180) 472 : 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-01-24T02:49:35.506 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:34.159188+0000 mgr.smithi076.yiuunk (mgr.14180) 472 : 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-01-24T02:49:36.030 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:36.030 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:36.027062+0000 mgr.smithi076.yiuunk (mgr.14180) 473 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:36.159991+0000 mgr.smithi076.yiuunk (mgr.14180) 474 : 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-01-24T02:49:36.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:36.027062+0000 mgr.smithi076.yiuunk (mgr.14180) 473 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:36.159991+0000 mgr.smithi076.yiuunk (mgr.14180) 474 : 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-01-24T02:49:37.424 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:38.449 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:38.160720+0000 mgr.smithi076.yiuunk (mgr.14180) 475 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:38.160720+0000 mgr.smithi076.yiuunk (mgr.14180) 475 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:38.803 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:38.803 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:39.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:40.184 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:38.799495+0000 mgr.smithi076.yiuunk (mgr.14180) 476 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:40.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:38.799495+0000 mgr.smithi076.yiuunk (mgr.14180) 476 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:41.226 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:40.161494+0000 mgr.smithi076.yiuunk (mgr.14180) 477 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:40.161494+0000 mgr.smithi076.yiuunk (mgr.14180) 477 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:41.606 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:41.606 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:41.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:41.603427+0000 mgr.smithi076.yiuunk (mgr.14180) 478 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:42.162125+0000 mgr.smithi076.yiuunk (mgr.14180) 479 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:41.603427+0000 mgr.smithi076.yiuunk (mgr.14180) 478 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:42.162125+0000 mgr.smithi076.yiuunk (mgr.14180) 479 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:42.990 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:44.370 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:44.371 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:44.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:45.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:44.162821+0000 mgr.smithi076.yiuunk (mgr.14180) 480 : 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-01-24T02:49:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:44.162821+0000 mgr.smithi076.yiuunk (mgr.14180) 480 : 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-01-24T02:49:45.785 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:46.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:44.367148+0000 mgr.smithi076.yiuunk (mgr.14180) 481 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:46.434 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:44.367148+0000 mgr.smithi076.yiuunk (mgr.14180) 481 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:47.172 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:47.172 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:47.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:46.163332+0000 mgr.smithi076.yiuunk (mgr.14180) 482 : 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-01-24T02:49:47.392 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:46.163332+0000 mgr.smithi076.yiuunk (mgr.14180) 482 : 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-01-24T02:49:47.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:47.168528+0000 mgr.smithi076.yiuunk (mgr.14180) 483 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:48.164153+0000 mgr.smithi076.yiuunk (mgr.14180) 484 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:48.592 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:47.168528+0000 mgr.smithi076.yiuunk (mgr.14180) 483 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:48.164153+0000 mgr.smithi076.yiuunk (mgr.14180) 484 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:49.993 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:49.993 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:50.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:49.989766+0000 mgr.smithi076.yiuunk (mgr.14180) 485 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:50.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:50.164743+0000 mgr.smithi076.yiuunk (mgr.14180) 486 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:50.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:49.989766+0000 mgr.smithi076.yiuunk (mgr.14180) 485 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:50.164743+0000 mgr.smithi076.yiuunk (mgr.14180) 486 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:51.381 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:52.165292+0000 mgr.smithi076.yiuunk (mgr.14180) 487 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:52.165292+0000 mgr.smithi076.yiuunk (mgr.14180) 487 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:49:52.689 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:52.689 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:53.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:53.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:52.686235+0000 mgr.smithi076.yiuunk (mgr.14180) 488 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:52.686235+0000 mgr.smithi076.yiuunk (mgr.14180) 488 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:54.098 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:55.456 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:55.456 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:55.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:56.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:54.166144+0000 mgr.smithi076.yiuunk (mgr.14180) 489 : 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-01-24T02:49:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:54.166144+0000 mgr.smithi076.yiuunk (mgr.14180) 489 : 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-01-24T02:49:56.848 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:49:57.230 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:55.452455+0000 mgr.smithi076.yiuunk (mgr.14180) 490 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:57.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:55.452455+0000 mgr.smithi076.yiuunk (mgr.14180) 490 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:49:58.262 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:49:58.262 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:49:58.284 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:49:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:56.166674+0000 mgr.smithi076.yiuunk (mgr.14180) 491 : 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-01-24T02:49:58.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:49:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:56.166674+0000 mgr.smithi076.yiuunk (mgr.14180) 491 : 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-01-24T02:49:58.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:49:59.646 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:00.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:49:58.167593+0000 mgr.smithi076.yiuunk (mgr.14180) 492 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:00.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:49:58.258343+0000 mgr.smithi076.yiuunk (mgr.14180) 493 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:00.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:00.000096+0000 mon.smithi076 (mon.0) 667 : cluster [INF] overall HEALTH_OK 2024-01-24T02:50:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:49:58.167593+0000 mgr.smithi076.yiuunk (mgr.14180) 492 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:49:58.258343+0000 mgr.smithi076.yiuunk (mgr.14180) 493 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:00.000096+0000 mon.smithi076 (mon.0) 667 : cluster [INF] overall HEALTH_OK 2024-01-24T02:50:01.061 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:01.061 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:01.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:02.462 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:02.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:00.168236+0000 mgr.smithi076.yiuunk (mgr.14180) 494 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:02.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:01.058110+0000 mgr.smithi076.yiuunk (mgr.14180) 495 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:00.168236+0000 mgr.smithi076.yiuunk (mgr.14180) 494 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:01.058110+0000 mgr.smithi076.yiuunk (mgr.14180) 495 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:03.842 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:03.842 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:04.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:02.169049+0000 mgr.smithi076.yiuunk (mgr.14180) 496 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:02.169049+0000 mgr.smithi076.yiuunk (mgr.14180) 496 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:05.220 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:05.555 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:03.838712+0000 mgr.smithi076.yiuunk (mgr.14180) 497 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:03.838712+0000 mgr.smithi076.yiuunk (mgr.14180) 497 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:06.215 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:04.169841+0000 mgr.smithi076.yiuunk (mgr.14180) 498 : 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-01-24T02:50:06.565 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:06.565 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:04.169841+0000 mgr.smithi076.yiuunk (mgr.14180) 498 : 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-01-24T02:50:06.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:07.964 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:08.307 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:06.170281+0000 mgr.smithi076.yiuunk (mgr.14180) 499 : 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-01-24T02:50:08.307 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:06.562184+0000 mgr.smithi076.yiuunk (mgr.14180) 500 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:06.170281+0000 mgr.smithi076.yiuunk (mgr.14180) 499 : 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-01-24T02:50:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:06.562184+0000 mgr.smithi076.yiuunk (mgr.14180) 500 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:09.361 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:09.361 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:09.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:08.171000+0000 mgr.smithi076.yiuunk (mgr.14180) 501 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:08.171000+0000 mgr.smithi076.yiuunk (mgr.14180) 501 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:10.736 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:11.539 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:09.357697+0000 mgr.smithi076.yiuunk (mgr.14180) 502 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:09.357697+0000 mgr.smithi076.yiuunk (mgr.14180) 502 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:12.315 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:12.315 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:12.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:10.171549+0000 mgr.smithi076.yiuunk (mgr.14180) 503 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:10.171549+0000 mgr.smithi076.yiuunk (mgr.14180) 503 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:12.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:13.737 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:14.414 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:12.172060+0000 mgr.smithi076.yiuunk (mgr.14180) 504 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:14.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:12.312021+0000 mgr.smithi076.yiuunk (mgr.14180) 505 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:12.172060+0000 mgr.smithi076.yiuunk (mgr.14180) 504 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:12.312021+0000 mgr.smithi076.yiuunk (mgr.14180) 505 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:15.123 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:15.123 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:15.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:16.570 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:14.172814+0000 mgr.smithi076.yiuunk (mgr.14180) 506 : 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-01-24T02:50:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:15.120038+0000 mgr.smithi076.yiuunk (mgr.14180) 507 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:16.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:14.172814+0000 mgr.smithi076.yiuunk (mgr.14180) 506 : 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-01-24T02:50:16.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:15.120038+0000 mgr.smithi076.yiuunk (mgr.14180) 507 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:17.937 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:17.938 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:18.283 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:16.173515+0000 mgr.smithi076.yiuunk (mgr.14180) 508 : 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-01-24T02:50:18.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:16.173515+0000 mgr.smithi076.yiuunk (mgr.14180) 508 : 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-01-24T02:50:19.315 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:19.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:17.934136+0000 mgr.smithi076.yiuunk (mgr.14180) 509 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:19.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:17.934136+0000 mgr.smithi076.yiuunk (mgr.14180) 509 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:20.322 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:18.174274+0000 mgr.smithi076.yiuunk (mgr.14180) 510 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:18.174274+0000 mgr.smithi076.yiuunk (mgr.14180) 510 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:20.678 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:20.678 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:21.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:22.097 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:22.462 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:20.174827+0000 mgr.smithi076.yiuunk (mgr.14180) 511 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:22.462 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:20.675223+0000 mgr.smithi076.yiuunk (mgr.14180) 512 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:20.174827+0000 mgr.smithi076.yiuunk (mgr.14180) 511 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:20.675223+0000 mgr.smithi076.yiuunk (mgr.14180) 512 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:23.496 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:23.505 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:23.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:24.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:22.175439+0000 mgr.smithi076.yiuunk (mgr.14180) 513 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:22.175439+0000 mgr.smithi076.yiuunk (mgr.14180) 513 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:24.886 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:25.537 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:23.493254+0000 mgr.smithi076.yiuunk (mgr.14180) 514 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:23.493254+0000 mgr.smithi076.yiuunk (mgr.14180) 514 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:26.198 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:26.198 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:26.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:24.176169+0000 mgr.smithi076.yiuunk (mgr.14180) 515 : 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-01-24T02:50:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:24.176169+0000 mgr.smithi076.yiuunk (mgr.14180) 515 : 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-01-24T02:50:26.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:27.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:26.176645+0000 mgr.smithi076.yiuunk (mgr.14180) 516 : 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-01-24T02:50:27.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:26.194781+0000 mgr.smithi076.yiuunk (mgr.14180) 517 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:26.176645+0000 mgr.smithi076.yiuunk (mgr.14180) 516 : 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-01-24T02:50:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:26.194781+0000 mgr.smithi076.yiuunk (mgr.14180) 517 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:27.617 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:28.985 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:28.986 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:29.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:30.358 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:28.177404+0000 mgr.smithi076.yiuunk (mgr.14180) 518 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:28.982116+0000 mgr.smithi076.yiuunk (mgr.14180) 519 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:30.390 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:28.177404+0000 mgr.smithi076.yiuunk (mgr.14180) 518 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:30.390 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:28.982116+0000 mgr.smithi076.yiuunk (mgr.14180) 519 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:31.828 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:31.829 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:32.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:32.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:30.178040+0000 mgr.smithi076.yiuunk (mgr.14180) 520 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:30.178040+0000 mgr.smithi076.yiuunk (mgr.14180) 520 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:33.209 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:33.535 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:31.825461+0000 mgr.smithi076.yiuunk (mgr.14180) 521 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:31.825461+0000 mgr.smithi076.yiuunk (mgr.14180) 521 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:34.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:32.178615+0000 mgr.smithi076.yiuunk (mgr.14180) 522 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:34.585 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:34.585 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:32.178615+0000 mgr.smithi076.yiuunk (mgr.14180) 522 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:34.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:35.999 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:34.179289+0000 mgr.smithi076.yiuunk (mgr.14180) 523 : 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-01-24T02:50:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:34.581724+0000 mgr.smithi076.yiuunk (mgr.14180) 524 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:34.179289+0000 mgr.smithi076.yiuunk (mgr.14180) 523 : 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-01-24T02:50:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:34.581724+0000 mgr.smithi076.yiuunk (mgr.14180) 524 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:37.392 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:37.393 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:37.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:38.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:36.179926+0000 mgr.smithi076.yiuunk (mgr.14180) 525 : 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-01-24T02:50:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:36.179926+0000 mgr.smithi076.yiuunk (mgr.14180) 525 : 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-01-24T02:50:38.774 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:39.519 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:37.389207+0000 mgr.smithi076.yiuunk (mgr.14180) 526 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:39.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:37.389207+0000 mgr.smithi076.yiuunk (mgr.14180) 526 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:40.253 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:40.253 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:40.455 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:38.180655+0000 mgr.smithi076.yiuunk (mgr.14180) 527 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:38.180655+0000 mgr.smithi076.yiuunk (mgr.14180) 527 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:40.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:41.642 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:42.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:40.181146+0000 mgr.smithi076.yiuunk (mgr.14180) 528 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:42.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:40.250377+0000 mgr.smithi076.yiuunk (mgr.14180) 529 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:40.181146+0000 mgr.smithi076.yiuunk (mgr.14180) 528 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:40.250377+0000 mgr.smithi076.yiuunk (mgr.14180) 529 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:43.052 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:43.052 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:43.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:44.432 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:44.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:42.181673+0000 mgr.smithi076.yiuunk (mgr.14180) 530 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:44.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:43.048599+0000 mgr.smithi076.yiuunk (mgr.14180) 531 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:42.181673+0000 mgr.smithi076.yiuunk (mgr.14180) 530 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:43.048599+0000 mgr.smithi076.yiuunk (mgr.14180) 531 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:45.752 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:45.752 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:46.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:44.182569+0000 mgr.smithi076.yiuunk (mgr.14180) 532 : 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-01-24T02:50:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:44.182569+0000 mgr.smithi076.yiuunk (mgr.14180) 532 : 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-01-24T02:50:47.135 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:47.509 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:45.749286+0000 mgr.smithi076.yiuunk (mgr.14180) 533 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:45.749286+0000 mgr.smithi076.yiuunk (mgr.14180) 533 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:46.183104+0000 mgr.smithi076.yiuunk (mgr.14180) 534 : 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-01-24T02:50:48.595 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:48.595 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:46.183104+0000 mgr.smithi076.yiuunk (mgr.14180) 534 : 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-01-24T02:50:48.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:49.982 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:50.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:48.183866+0000 mgr.smithi076.yiuunk (mgr.14180) 535 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:50.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:48.592052+0000 mgr.smithi076.yiuunk (mgr.14180) 536 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:48.183866+0000 mgr.smithi076.yiuunk (mgr.14180) 535 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:48.592052+0000 mgr.smithi076.yiuunk (mgr.14180) 536 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:51.352 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:51.352 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:51.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:52.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:50.184371+0000 mgr.smithi076.yiuunk (mgr.14180) 537 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:50.184371+0000 mgr.smithi076.yiuunk (mgr.14180) 537 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:52.758 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:53.426 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:51.349292+0000 mgr.smithi076.yiuunk (mgr.14180) 538 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:51.349292+0000 mgr.smithi076.yiuunk (mgr.14180) 538 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:54.192 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:54.192 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:54.564 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:52.184945+0000 mgr.smithi076.yiuunk (mgr.14180) 539 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:54.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:52.184945+0000 mgr.smithi076.yiuunk (mgr.14180) 539 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:50:55.607 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:56.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:54.185851+0000 mgr.smithi076.yiuunk (mgr.14180) 540 : 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-01-24T02:50:56.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:54.188813+0000 mgr.smithi076.yiuunk (mgr.14180) 541 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:54.185851+0000 mgr.smithi076.yiuunk (mgr.14180) 540 : 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-01-24T02:50:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:54.188813+0000 mgr.smithi076.yiuunk (mgr.14180) 541 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:56.964 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:56.964 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:17.651983Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:50:57.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:50:58.350 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:50:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:56.186311+0000 mgr.smithi076.yiuunk (mgr.14180) 542 : 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-01-24T02:50:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:56.960050+0000 mgr.smithi076.yiuunk (mgr.14180) 543 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:57.275645+0000 mon.smithi076 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xjcyso"}]: dispatch 2024-01-24T02:50:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:56.186311+0000 mgr.smithi076.yiuunk (mgr.14180) 542 : 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-01-24T02:50:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:56.960050+0000 mgr.smithi076.yiuunk (mgr.14180) 543 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:50:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:57.275645+0000 mon.smithi076 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xjcyso"}]: dispatch 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:50:57.275167+0000 mgr.smithi076.yiuunk (mgr.14180) 544 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:50:57.275377+0000 mgr.smithi076.yiuunk (mgr.14180) 545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:50:57.276257+0000 mgr.smithi076.yiuunk (mgr.14180) 546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:50:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:50:57.277663+0000 mgr.smithi076.yiuunk (mgr.14180) 547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.xxibei on smithi076 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:50:57.275167+0000 mgr.smithi076.yiuunk (mgr.14180) 544 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:50:57.275377+0000 mgr.smithi076.yiuunk (mgr.14180) 545 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:50:57.276257+0000 mgr.smithi076.yiuunk (mgr.14180) 546 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso 2024-01-24T02:50:59.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xjcyso ... 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:49:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:50:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:50:59.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:50:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:50:57.277663+0000 mgr.smithi076.yiuunk (mgr.14180) 547 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.xxibei on smithi076 2024-01-24T02:50:59.800 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:50:59.800 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:00.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:50:58.187037+0000 mgr.smithi076.yiuunk (mgr.14180) 548 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:50:58.187037+0000 mgr.smithi076.yiuunk (mgr.14180) 548 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:01.190 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:01.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:50:59.795918+0000 mgr.smithi076.yiuunk (mgr.14180) 549 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:01.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:00.187521+0000 mgr.smithi076.yiuunk (mgr.14180) 550 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:50:59.795918+0000 mgr.smithi076.yiuunk (mgr.14180) 549 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:00.187521+0000 mgr.smithi076.yiuunk (mgr.14180) 550 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:02.547 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:02.547 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:02.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:03.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:02.188069+0000 mgr.smithi076.yiuunk (mgr.14180) 551 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:03.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:02.544001+0000 mgr.smithi076.yiuunk (mgr.14180) 552 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:02.188069+0000 mgr.smithi076.yiuunk (mgr.14180) 551 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:02.544001+0000 mgr.smithi076.yiuunk (mgr.14180) 552 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:03.982 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:05.422 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:05.422 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:05.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:04.189051+0000 mgr.smithi076.yiuunk (mgr.14180) 553 : 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-01-24T02:51:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:04.189051+0000 mgr.smithi076.yiuunk (mgr.14180) 553 : 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-01-24T02:51:06.848 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:07.198 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:05.418262+0000 mgr.smithi076.yiuunk (mgr.14180) 554 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:05.418262+0000 mgr.smithi076.yiuunk (mgr.14180) 554 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:08.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:06.189589+0000 mgr.smithi076.yiuunk (mgr.14180) 555 : 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-01-24T02:51:08.345 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:08.345 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:06.189589+0000 mgr.smithi076.yiuunk (mgr.14180) 555 : 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-01-24T02:51:08.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:09.762 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:10.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:08.190315+0000 mgr.smithi076.yiuunk (mgr.14180) 556 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:10.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:08.341689+0000 mgr.smithi076.yiuunk (mgr.14180) 557 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:08.190315+0000 mgr.smithi076.yiuunk (mgr.14180) 556 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:08.341689+0000 mgr.smithi076.yiuunk (mgr.14180) 557 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:11.187 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:11.188 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:11.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:12.562 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:10.191025+0000 mgr.smithi076.yiuunk (mgr.14180) 558 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:10.191025+0000 mgr.smithi076.yiuunk (mgr.14180) 558 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:13.272 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:11.184718+0000 mgr.smithi076.yiuunk (mgr.14180) 559 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:11.184718+0000 mgr.smithi076.yiuunk (mgr.14180) 559 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:14.028 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:14.029 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:12.191583+0000 mgr.smithi076.yiuunk (mgr.14180) 560 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:14.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:12.191583+0000 mgr.smithi076.yiuunk (mgr.14180) 560 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:15.403 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:15.435 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:14.025577+0000 mgr.smithi076.yiuunk (mgr.14180) 561 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:14.025577+0000 mgr.smithi076.yiuunk (mgr.14180) 561 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:14.192252+0000 mgr.smithi076.yiuunk (mgr.14180) 562 : 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-01-24T02:51:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:14.192252+0000 mgr.smithi076.yiuunk (mgr.14180) 562 : 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-01-24T02:51:16.789 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:16.789 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:17.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:18.236 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:16.192770+0000 mgr.smithi076.yiuunk (mgr.14180) 563 : 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-01-24T02:51:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:16.785932+0000 mgr.smithi076.yiuunk (mgr.14180) 564 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:16.192770+0000 mgr.smithi076.yiuunk (mgr.14180) 563 : 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-01-24T02:51:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:16.785932+0000 mgr.smithi076.yiuunk (mgr.14180) 564 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:19.621 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:19.621 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:20.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:20.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:18.193751+0000 mgr.smithi076.yiuunk (mgr.14180) 565 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:18.193751+0000 mgr.smithi076.yiuunk (mgr.14180) 565 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:21.003 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:19.618141+0000 mgr.smithi076.yiuunk (mgr.14180) 566 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:19.618141+0000 mgr.smithi076.yiuunk (mgr.14180) 566 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:20.194278+0000 mgr.smithi076.yiuunk (mgr.14180) 567 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:22.444 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:22.444 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:20.194278+0000 mgr.smithi076.yiuunk (mgr.14180) 567 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:22.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:23.845 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:24.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:22.194827+0000 mgr.smithi076.yiuunk (mgr.14180) 568 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:24.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:22.440928+0000 mgr.smithi076.yiuunk (mgr.14180) 569 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:22.194827+0000 mgr.smithi076.yiuunk (mgr.14180) 568 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:22.440928+0000 mgr.smithi076.yiuunk (mgr.14180) 569 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:25.288 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:25.288 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:25.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:24.195578+0000 mgr.smithi076.yiuunk (mgr.14180) 570 : 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-01-24T02:51:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:24.195578+0000 mgr.smithi076.yiuunk (mgr.14180) 570 : 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-01-24T02:51:26.669 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:27.312 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:25.284769+0000 mgr.smithi076.yiuunk (mgr.14180) 571 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:25.284769+0000 mgr.smithi076.yiuunk (mgr.14180) 571 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:27.986 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:27.986 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:28.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:26.196135+0000 mgr.smithi076.yiuunk (mgr.14180) 572 : 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-01-24T02:51:28.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:26.196135+0000 mgr.smithi076.yiuunk (mgr.14180) 572 : 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-01-24T02:51:29.386 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:29.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:27.982754+0000 mgr.smithi076.yiuunk (mgr.14180) 573 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:27.982754+0000 mgr.smithi076.yiuunk (mgr.14180) 573 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:30.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:28.196957+0000 mgr.smithi076.yiuunk (mgr.14180) 574 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:28.196957+0000 mgr.smithi076.yiuunk (mgr.14180) 574 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:30.705 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:30.705 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:31.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:30.197674+0000 mgr.smithi076.yiuunk (mgr.14180) 575 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:30.701431+0000 mgr.smithi076.yiuunk (mgr.14180) 576 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:30.197674+0000 mgr.smithi076.yiuunk (mgr.14180) 575 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:30.701431+0000 mgr.smithi076.yiuunk (mgr.14180) 576 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:32.090 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:33.436 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:33.436 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:33.460 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:32.198212+0000 mgr.smithi076.yiuunk (mgr.14180) 577 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:32.198212+0000 mgr.smithi076.yiuunk (mgr.14180) 577 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:33.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:34.817 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:35.453 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:33.433161+0000 mgr.smithi076.yiuunk (mgr.14180) 578 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:33.433161+0000 mgr.smithi076.yiuunk (mgr.14180) 578 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:36.215 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:36.215 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:36.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:34.198890+0000 mgr.smithi076.yiuunk (mgr.14180) 579 : 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-01-24T02:51:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:34.198890+0000 mgr.smithi076.yiuunk (mgr.14180) 579 : 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-01-24T02:51:36.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:37.650 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:38.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:36.199372+0000 mgr.smithi076.yiuunk (mgr.14180) 580 : 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-01-24T02:51:38.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:36.212526+0000 mgr.smithi076.yiuunk (mgr.14180) 581 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:36.199372+0000 mgr.smithi076.yiuunk (mgr.14180) 580 : 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-01-24T02:51:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:36.212526+0000 mgr.smithi076.yiuunk (mgr.14180) 581 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:39.061 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:39.061 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:39.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:40.442 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:40.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:38.200411+0000 mgr.smithi076.yiuunk (mgr.14180) 582 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:40.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:39.057733+0000 mgr.smithi076.yiuunk (mgr.14180) 583 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:38.200411+0000 mgr.smithi076.yiuunk (mgr.14180) 582 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:39.057733+0000 mgr.smithi076.yiuunk (mgr.14180) 583 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:41.895 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:41.895 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:42.246 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:40.201110+0000 mgr.smithi076.yiuunk (mgr.14180) 584 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:42.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:40.201110+0000 mgr.smithi076.yiuunk (mgr.14180) 584 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:43.275 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:43.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:41.891512+0000 mgr.smithi076.yiuunk (mgr.14180) 585 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:41.891512+0000 mgr.smithi076.yiuunk (mgr.14180) 585 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:44.235 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:42.201888+0000 mgr.smithi076.yiuunk (mgr.14180) 586 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:44.584 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:44.584 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:42.201888+0000 mgr.smithi076.yiuunk (mgr.14180) 586 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:44.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:45.998 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:46.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:44.202603+0000 mgr.smithi076.yiuunk (mgr.14180) 587 : 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-01-24T02:51:46.325 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:44.580962+0000 mgr.smithi076.yiuunk (mgr.14180) 588 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:44.202603+0000 mgr.smithi076.yiuunk (mgr.14180) 587 : 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-01-24T02:51:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:44.580962+0000 mgr.smithi076.yiuunk (mgr.14180) 588 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:47.360 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:47.360 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:47.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:46.203200+0000 mgr.smithi076.yiuunk (mgr.14180) 589 : 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-01-24T02:51:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:46.203200+0000 mgr.smithi076.yiuunk (mgr.14180) 589 : 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-01-24T02:51:48.733 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:47.356597+0000 mgr.smithi076.yiuunk (mgr.14180) 590 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:47.356597+0000 mgr.smithi076.yiuunk (mgr.14180) 590 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:50.084 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:50.084 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:50.462 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:48.204087+0000 mgr.smithi076.yiuunk (mgr.14180) 591 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:50.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:48.204087+0000 mgr.smithi076.yiuunk (mgr.14180) 591 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:51.490 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:51.523 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:50.080938+0000 mgr.smithi076.yiuunk (mgr.14180) 592 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:50.080938+0000 mgr.smithi076.yiuunk (mgr.14180) 592 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:52.518 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:50.204585+0000 mgr.smithi076.yiuunk (mgr.14180) 593 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:50.204585+0000 mgr.smithi076.yiuunk (mgr.14180) 593 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:52.865 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:52.866 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:53.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:54.281 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:54.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:52.205255+0000 mgr.smithi076.yiuunk (mgr.14180) 594 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:54.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:52.862775+0000 mgr.smithi076.yiuunk (mgr.14180) 595 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:52.205255+0000 mgr.smithi076.yiuunk (mgr.14180) 594 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:51:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:52.862775+0000 mgr.smithi076.yiuunk (mgr.14180) 595 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:55.665 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:55.666 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:56.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:56.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:54.206209+0000 mgr.smithi076.yiuunk (mgr.14180) 596 : 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-01-24T02:51:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:54.206209+0000 mgr.smithi076.yiuunk (mgr.14180) 596 : 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-01-24T02:51:57.041 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:51:57.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:55.662389+0000 mgr.smithi076.yiuunk (mgr.14180) 597 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:55.662389+0000 mgr.smithi076.yiuunk (mgr.14180) 597 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:51:58.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:51:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:56.206734+0000 mgr.smithi076.yiuunk (mgr.14180) 598 : 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-01-24T02:51:58.384 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:51:58.384 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:51:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:51:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:56.206734+0000 mgr.smithi076.yiuunk (mgr.14180) 598 : 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-01-24T02:51:58.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:51:59.789 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:00.449 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:51:58.207412+0000 mgr.smithi076.yiuunk (mgr.14180) 599 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:00.450 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:51:58.381149+0000 mgr.smithi076.yiuunk (mgr.14180) 600 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:51:58.207412+0000 mgr.smithi076.yiuunk (mgr.14180) 599 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:51:58.381149+0000 mgr.smithi076.yiuunk (mgr.14180) 600 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:01.169 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:01.169 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:01.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:02.546 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:02.578 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:00.208053+0000 mgr.smithi076.yiuunk (mgr.14180) 601 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:02.578 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:01.165726+0000 mgr.smithi076.yiuunk (mgr.14180) 602 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:00.208053+0000 mgr.smithi076.yiuunk (mgr.14180) 601 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:01.165726+0000 mgr.smithi076.yiuunk (mgr.14180) 602 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:03.997 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:03.997 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:04.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:02.208658+0000 mgr.smithi076.yiuunk (mgr.14180) 603 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:04.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:02.208658+0000 mgr.smithi076.yiuunk (mgr.14180) 603 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:05.380 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:05.412 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:03.993854+0000 mgr.smithi076.yiuunk (mgr.14180) 604 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:03.993854+0000 mgr.smithi076.yiuunk (mgr.14180) 604 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:06.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:04.209479+0000 mgr.smithi076.yiuunk (mgr.14180) 605 : 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-01-24T02:52:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:04.209479+0000 mgr.smithi076.yiuunk (mgr.14180) 605 : 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-01-24T02:52:06.689 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:06.689 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:07.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:08.105 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:08.457 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:06.210158+0000 mgr.smithi076.yiuunk (mgr.14180) 606 : 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-01-24T02:52:08.457 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:06.685955+0000 mgr.smithi076.yiuunk (mgr.14180) 607 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:06.210158+0000 mgr.smithi076.yiuunk (mgr.14180) 606 : 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-01-24T02:52:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:06.685955+0000 mgr.smithi076.yiuunk (mgr.14180) 607 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:09.464 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:09.464 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:09.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:08.211171+0000 mgr.smithi076.yiuunk (mgr.14180) 608 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:10.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:08.211171+0000 mgr.smithi076.yiuunk (mgr.14180) 608 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:10.846 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:11.532 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:09.460922+0000 mgr.smithi076.yiuunk (mgr.14180) 609 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:09.460922+0000 mgr.smithi076.yiuunk (mgr.14180) 609 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:12.207 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:12.207 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:10.211778+0000 mgr.smithi076.yiuunk (mgr.14180) 610 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:10.211778+0000 mgr.smithi076.yiuunk (mgr.14180) 610 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:12.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:13.619 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:12.203595+0000 mgr.smithi076.yiuunk (mgr.14180) 611 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:12.212251+0000 mgr.smithi076.yiuunk (mgr.14180) 612 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:12.203595+0000 mgr.smithi076.yiuunk (mgr.14180) 611 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:12.212251+0000 mgr.smithi076.yiuunk (mgr.14180) 612 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:15.062 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:15.063 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:15.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:16.429 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:16.462 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:14.213043+0000 mgr.smithi076.yiuunk (mgr.14180) 613 : 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-01-24T02:52:16.462 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:15.058995+0000 mgr.smithi076.yiuunk (mgr.14180) 614 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:14.213043+0000 mgr.smithi076.yiuunk (mgr.14180) 613 : 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-01-24T02:52:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:15.058995+0000 mgr.smithi076.yiuunk (mgr.14180) 614 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:17.803 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:17.804 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:18.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:16.213793+0000 mgr.smithi076.yiuunk (mgr.14180) 615 : 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-01-24T02:52:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:16.213793+0000 mgr.smithi076.yiuunk (mgr.14180) 615 : 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-01-24T02:52:19.179 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:19.512 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:17.800305+0000 mgr.smithi076.yiuunk (mgr.14180) 616 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:19.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:17.800305+0000 mgr.smithi076.yiuunk (mgr.14180) 616 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:20.555 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:20.555 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:20.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:18.214774+0000 mgr.smithi076.yiuunk (mgr.14180) 617 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:18.214774+0000 mgr.smithi076.yiuunk (mgr.14180) 617 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:20.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:21.968 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:22.304 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:20.215453+0000 mgr.smithi076.yiuunk (mgr.14180) 618 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:22.305 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:20.551778+0000 mgr.smithi076.yiuunk (mgr.14180) 619 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:20.215453+0000 mgr.smithi076.yiuunk (mgr.14180) 618 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:20.551778+0000 mgr.smithi076.yiuunk (mgr.14180) 619 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:23.332 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:23.332 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:23.497 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:22.215980+0000 mgr.smithi076.yiuunk (mgr.14180) 620 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:22.215980+0000 mgr.smithi076.yiuunk (mgr.14180) 620 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:23.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:24.713 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:25.446 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:23.328807+0000 mgr.smithi076.yiuunk (mgr.14180) 621 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:23.328807+0000 mgr.smithi076.yiuunk (mgr.14180) 621 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:26.180 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:26.180 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:26.541 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:24.216732+0000 mgr.smithi076.yiuunk (mgr.14180) 622 : 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-01-24T02:52:26.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:24.216732+0000 mgr.smithi076.yiuunk (mgr.14180) 622 : 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-01-24T02:52:27.563 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:27.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:26.177150+0000 mgr.smithi076.yiuunk (mgr.14180) 623 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:26.177150+0000 mgr.smithi076.yiuunk (mgr.14180) 623 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:28.271 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:26.217292+0000 mgr.smithi076.yiuunk (mgr.14180) 624 : 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-01-24T02:52:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:26.217292+0000 mgr.smithi076.yiuunk (mgr.14180) 624 : 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-01-24T02:52:28.929 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:28.929 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:29.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:30.326 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:28.218101+0000 mgr.smithi076.yiuunk (mgr.14180) 625 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:28.925801+0000 mgr.smithi076.yiuunk (mgr.14180) 626 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:28.218101+0000 mgr.smithi076.yiuunk (mgr.14180) 625 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:28.925801+0000 mgr.smithi076.yiuunk (mgr.14180) 626 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:31.703 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:31.703 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:32.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:32.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:30.218827+0000 mgr.smithi076.yiuunk (mgr.14180) 627 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:30.218827+0000 mgr.smithi076.yiuunk (mgr.14180) 627 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:33.152 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:33.510 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:31.699437+0000 mgr.smithi076.yiuunk (mgr.14180) 628 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:31.699437+0000 mgr.smithi076.yiuunk (mgr.14180) 628 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:34.569 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:34.569 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:34.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:32.219462+0000 mgr.smithi076.yiuunk (mgr.14180) 629 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:32.219462+0000 mgr.smithi076.yiuunk (mgr.14180) 629 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:34.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:35.944 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:36.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:34.220341+0000 mgr.smithi076.yiuunk (mgr.14180) 630 : 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-01-24T02:52:36.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:34.566087+0000 mgr.smithi076.yiuunk (mgr.14180) 631 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:34.220341+0000 mgr.smithi076.yiuunk (mgr.14180) 630 : 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-01-24T02:52:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:34.566087+0000 mgr.smithi076.yiuunk (mgr.14180) 631 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:37.288 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:37.288 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:37.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:38.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:36.221081+0000 mgr.smithi076.yiuunk (mgr.14180) 632 : 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-01-24T02:52:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:36.221081+0000 mgr.smithi076.yiuunk (mgr.14180) 632 : 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-01-24T02:52:38.701 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:39.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:37.284635+0000 mgr.smithi076.yiuunk (mgr.14180) 633 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:39.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:37.284635+0000 mgr.smithi076.yiuunk (mgr.14180) 633 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:40.115 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:40.115 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:40.537 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:38.221883+0000 mgr.smithi076.yiuunk (mgr.14180) 634 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:40.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:38.221883+0000 mgr.smithi076.yiuunk (mgr.14180) 634 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:41.559 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:41.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:40.112197+0000 mgr.smithi076.yiuunk (mgr.14180) 635 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:40.112197+0000 mgr.smithi076.yiuunk (mgr.14180) 635 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:42.448 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:40.222366+0000 mgr.smithi076.yiuunk (mgr.14180) 636 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:40.222366+0000 mgr.smithi076.yiuunk (mgr.14180) 636 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:42.944 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:42.945 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:43.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:42.223198+0000 mgr.smithi076.yiuunk (mgr.14180) 637 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:43.297 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:42.941452+0000 mgr.smithi076.yiuunk (mgr.14180) 638 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:43.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:43.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:42.223198+0000 mgr.smithi076.yiuunk (mgr.14180) 637 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:43.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:42.941452+0000 mgr.smithi076.yiuunk (mgr.14180) 638 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:44.334 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:45.846 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:45.846 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:46.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:44.224252+0000 mgr.smithi076.yiuunk (mgr.14180) 639 : 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-01-24T02:52:46.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:44.224252+0000 mgr.smithi076.yiuunk (mgr.14180) 639 : 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-01-24T02:52:47.208 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:47.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:45.842788+0000 mgr.smithi076.yiuunk (mgr.14180) 640 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:45.842788+0000 mgr.smithi076.yiuunk (mgr.14180) 640 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:48.312 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:46.224837+0000 mgr.smithi076.yiuunk (mgr.14180) 641 : 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-01-24T02:52:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:46.224837+0000 mgr.smithi076.yiuunk (mgr.14180) 641 : 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-01-24T02:52:48.718 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:48.718 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:49.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:50.090 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:50.542 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:48.225602+0000 mgr.smithi076.yiuunk (mgr.14180) 642 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:50.542 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:48.714937+0000 mgr.smithi076.yiuunk (mgr.14180) 643 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:48.225602+0000 mgr.smithi076.yiuunk (mgr.14180) 642 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:48.714937+0000 mgr.smithi076.yiuunk (mgr.14180) 643 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:51.602 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:51.602 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:51.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:50.226166+0000 mgr.smithi076.yiuunk (mgr.14180) 644 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:50.226166+0000 mgr.smithi076.yiuunk (mgr.14180) 644 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:52.984 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:53.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:51.598837+0000 mgr.smithi076.yiuunk (mgr.14180) 645 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:51.598837+0000 mgr.smithi076.yiuunk (mgr.14180) 645 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:54.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:52.226758+0000 mgr.smithi076.yiuunk (mgr.14180) 646 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:54.355 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:54.355 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:52.226758+0000 mgr.smithi076.yiuunk (mgr.14180) 646 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:52:54.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:55.782 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:52:56.426 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:54.227474+0000 mgr.smithi076.yiuunk (mgr.14180) 647 : 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-01-24T02:52:56.426 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:54.351426+0000 mgr.smithi076.yiuunk (mgr.14180) 648 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:54.227474+0000 mgr.smithi076.yiuunk (mgr.14180) 647 : 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-01-24T02:52:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:54.351426+0000 mgr.smithi076.yiuunk (mgr.14180) 648 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:57.176 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:52:57.176 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:52:57.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:52:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:56.227924+0000 mgr.smithi076.yiuunk (mgr.14180) 649 : 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-01-24T02:52:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:52:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:52:57.172651+0000 mgr.smithi076.yiuunk (mgr.14180) 650 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:56.227924+0000 mgr.smithi076.yiuunk (mgr.14180) 649 : 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-01-24T02:52:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:52:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:52:57.172651+0000 mgr.smithi076.yiuunk (mgr.14180) 650 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:52:58.701 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:00.126 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:00.126 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:00.503 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:52:58.228746+0000 mgr.smithi076.yiuunk (mgr.14180) 651 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:00.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:52:58.228746+0000 mgr.smithi076.yiuunk (mgr.14180) 651 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:01.525 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:01.560 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:00.122439+0000 mgr.smithi076.yiuunk (mgr.14180) 652 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:00.122439+0000 mgr.smithi076.yiuunk (mgr.14180) 652 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:00.229304+0000 mgr.smithi076.yiuunk (mgr.14180) 653 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:00.229304+0000 mgr.smithi076.yiuunk (mgr.14180) 653 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:02.951 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:02.951 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:03.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:04.372 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:02.230049+0000 mgr.smithi076.yiuunk (mgr.14180) 654 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:02.948146+0000 mgr.smithi076.yiuunk (mgr.14180) 655 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:02.230049+0000 mgr.smithi076.yiuunk (mgr.14180) 654 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:02.948146+0000 mgr.smithi076.yiuunk (mgr.14180) 655 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:05.816 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:05.816 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:06.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:04.230914+0000 mgr.smithi076.yiuunk (mgr.14180) 656 : 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-01-24T02:53:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:04.230914+0000 mgr.smithi076.yiuunk (mgr.14180) 656 : 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-01-24T02:53:07.247 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:05.813034+0000 mgr.smithi076.yiuunk (mgr.14180) 657 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:07.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:05.813034+0000 mgr.smithi076.yiuunk (mgr.14180) 657 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:06.231418+0000 mgr.smithi076.yiuunk (mgr.14180) 658 : 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-01-24T02:53:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:06.231418+0000 mgr.smithi076.yiuunk (mgr.14180) 658 : 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-01-24T02:53:08.639 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:08.639 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:09.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:10.039 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:10.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:08.232209+0000 mgr.smithi076.yiuunk (mgr.14180) 659 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:10.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:08.635897+0000 mgr.smithi076.yiuunk (mgr.14180) 660 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:08.232209+0000 mgr.smithi076.yiuunk (mgr.14180) 659 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:08.635897+0000 mgr.smithi076.yiuunk (mgr.14180) 660 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:11.428 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:11.428 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:11.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:10.232864+0000 mgr.smithi076.yiuunk (mgr.14180) 661 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:10.232864+0000 mgr.smithi076.yiuunk (mgr.14180) 661 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:12.832 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:13.482 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:11.425368+0000 mgr.smithi076.yiuunk (mgr.14180) 662 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:11.425368+0000 mgr.smithi076.yiuunk (mgr.14180) 662 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:14.218 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:14.218 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:14.431 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:12.233416+0000 mgr.smithi076.yiuunk (mgr.14180) 663 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:12.233416+0000 mgr.smithi076.yiuunk (mgr.14180) 663 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:14.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:15.646 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:16.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:14.214636+0000 mgr.smithi076.yiuunk (mgr.14180) 664 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:16.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:14.234298+0000 mgr.smithi076.yiuunk (mgr.14180) 665 : 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-01-24T02:53:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:14.214636+0000 mgr.smithi076.yiuunk (mgr.14180) 664 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:14.234298+0000 mgr.smithi076.yiuunk (mgr.14180) 665 : 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-01-24T02:53:17.007 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:17.007 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:17.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:18.397 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:18.432 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:16.234832+0000 mgr.smithi076.yiuunk (mgr.14180) 666 : 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-01-24T02:53:18.432 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:17.003898+0000 mgr.smithi076.yiuunk (mgr.14180) 667 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:16.234832+0000 mgr.smithi076.yiuunk (mgr.14180) 666 : 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-01-24T02:53:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:17.003898+0000 mgr.smithi076.yiuunk (mgr.14180) 667 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:19.869 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:19.869 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:20.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:18.235655+0000 mgr.smithi076.yiuunk (mgr.14180) 668 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:18.235655+0000 mgr.smithi076.yiuunk (mgr.14180) 668 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:21.246 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:21.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:19.865862+0000 mgr.smithi076.yiuunk (mgr.14180) 669 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:19.865862+0000 mgr.smithi076.yiuunk (mgr.14180) 669 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:22.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:20.236156+0000 mgr.smithi076.yiuunk (mgr.14180) 670 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:22.607 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:22.607 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:20.236156+0000 mgr.smithi076.yiuunk (mgr.14180) 670 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:23.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:24.039 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:24.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:22.236690+0000 mgr.smithi076.yiuunk (mgr.14180) 671 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:24.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:22.603798+0000 mgr.smithi076.yiuunk (mgr.14180) 672 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:22.236690+0000 mgr.smithi076.yiuunk (mgr.14180) 671 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:53:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:22.603798+0000 mgr.smithi076.yiuunk (mgr.14180) 672 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:25.389 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:25.389 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:25.120887Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:45:54.209205Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.gftkcv on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-gftkcv\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.gftkcv\nDeploy daemon haproxy.nfs.foo.smithi133.gftkcv ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:44:01Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:44:39Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:45:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.809177Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.obpcbq on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-obpcbq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.obpcbq\nDeploy daemon haproxy.nfs.foo.smithi076.obpcbq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:46:31Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:08Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:47:46Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:48:23.814609Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.kzkhhy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:25.121032Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:25.121105Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:25.121188Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:25.121251Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:25.121493Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:25.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:24.237394+0000 mgr.smithi076.yiuunk (mgr.14180) 673 : 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-01-24T02:53:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:24.237394+0000 mgr.smithi076.yiuunk (mgr.14180) 673 : 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-01-24T02:53:26.795 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:27.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:25.385215+0000 mgr.smithi076.yiuunk (mgr.14180) 674 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:27.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:26.390097+0000 mon.smithi076 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.xxibei"}]: dispatch 2024-01-24T02:53:27.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:26.397932+0000 mon.smithi076 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:53:27.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:26.632778+0000 mon.smithi076 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:27.496 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:26.643636+0000 mon.smithi076 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:25.385215+0000 mgr.smithi076.yiuunk (mgr.14180) 674 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:26.390097+0000 mon.smithi076 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.xxibei"}]: dispatch 2024-01-24T02:53:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:26.397932+0000 mon.smithi076 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:53:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:26.632778+0000 mon.smithi076 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:26.643636+0000 mon.smithi076 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:28.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:26.237963+0000 mgr.smithi076.yiuunk (mgr.14180) 675 : 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-01-24T02:53:28.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:26.389524+0000 mgr.smithi076.yiuunk (mgr.14180) 676 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:53:28.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:26.389754+0000 mgr.smithi076.yiuunk (mgr.14180) 677 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:26.390849+0000 mgr.smithi076.yiuunk (mgr.14180) 678 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:26.392981+0000 mgr.smithi076.yiuunk (mgr.14180) 679 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:26.394014+0000 mgr.smithi076.yiuunk (mgr.14180) 680 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:26.394762+0000 mgr.smithi076.yiuunk (mgr.14180) 681 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:27.193237+0000 mon.smithi076 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:53:28.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.017610+0000 mon.smithi076 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:26.237963+0000 mgr.smithi076.yiuunk (mgr.14180) 675 : 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-01-24T02:53:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:26.389524+0000 mgr.smithi076.yiuunk (mgr.14180) 676 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:53:28.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:26.389754+0000 mgr.smithi076.yiuunk (mgr.14180) 677 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:26.390849+0000 mgr.smithi076.yiuunk (mgr.14180) 678 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.xxibei ... 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:51:34Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:11Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:52:48Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:26.392981+0000 mgr.smithi076.yiuunk (mgr.14180) 679 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:26.394014+0000 mgr.smithi076.yiuunk (mgr.14180) 680 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:26.394762+0000 mgr.smithi076.yiuunk (mgr.14180) 681 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:27.193237+0000 mon.smithi076 (mon.0) 673 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:53:28.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.017610+0000 mon.smithi076 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:28.633 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:28.634 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:48:27.563663Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:48:27.563736Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:48:27.563801Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:48:27.563557Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:48:27.563414Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:48:27.564313Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:48:27.563865Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:48:27.564008Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:48:27.563948Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:48:27.564251Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.306399+0000 mon.smithi076 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.307203+0000 mon.smithi076 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.307938+0000 mon.smithi076 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.308979+0000 mon.smithi076 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:28.309499+0000 mgr.smithi076.yiuunk (mgr.14180) 682 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 3734M 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.315359+0000 mon.smithi076 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:28.395554+0000 mgr.smithi076.yiuunk (mgr.14180) 683 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T02:53:29.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:28.630189+0000 mgr.smithi076.yiuunk (mgr.14180) 684 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:29.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:29.164536+0000 mon.smithi076 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:29.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.306399+0000 mon.smithi076 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.307203+0000 mon.smithi076 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.307938+0000 mon.smithi076 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.308979+0000 mon.smithi076 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:28.309499+0000 mgr.smithi076.yiuunk (mgr.14180) 682 : cephadm [INF] Adjusting osd_memory_target on smithi133 to 3734M 2024-01-24T02:53:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.315359+0000 mon.smithi076 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:28.395554+0000 mgr.smithi076.yiuunk (mgr.14180) 683 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-24T02:53:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:28.630189+0000 mgr.smithi076.yiuunk (mgr.14180) 684 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:29.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:29.164536+0000 mon.smithi076 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:30.419 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:31.698 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:30.396282+0000 mgr.smithi076.yiuunk (mgr.14180) 685 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.481344+0000 mon.smithi076 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.668354+0000 mon.smithi076 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.972481+0000 mon.smithi076 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.973181+0000 mon.smithi076 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.973777+0000 mon.smithi076 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.974346+0000 mon.smithi076 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:30.974788+0000 mgr.smithi076.yiuunk (mgr.14180) 686 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 2710M 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.978974+0000 mon.smithi076 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.980528+0000 mon.smithi076 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:30.981067+0000 mon.smithi076 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:30.984348+0000 mgr.smithi076.yiuunk (mgr.14180) 687 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:31.148962+0000 mon.smithi076 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:31.149516+0000 mgr.smithi076.yiuunk (mgr.14180) 688 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-01-24T02:53:31.699 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:31.153114+0000 mon.smithi076 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:53:31.700 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:31.160600+0000 mon.smithi076 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.700 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:53:31.162871+0000 mgr.smithi076.yiuunk (mgr.14180) 689 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.lnsken on smithi133 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:30.396282+0000 mgr.smithi076.yiuunk (mgr.14180) 685 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 0 B/s wr, 10 op/s 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.481344+0000 mon.smithi076 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.668354+0000 mon.smithi076 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.972481+0000 mon.smithi076 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.973181+0000 mon.smithi076 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.973777+0000 mon.smithi076 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.974346+0000 mon.smithi076 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:30.974788+0000 mgr.smithi076.yiuunk (mgr.14180) 686 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 2710M 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.978974+0000 mon.smithi076 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.980528+0000 mon.smithi076 (mon.0) 688 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:30.981067+0000 mon.smithi076 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:30.984348+0000 mgr.smithi076.yiuunk (mgr.14180) 687 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-24T02:53:31.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:31.148962+0000 mon.smithi076 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.863 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:31.149516+0000 mgr.smithi076.yiuunk (mgr.14180) 688 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 0 B/s wr, 12 op/s 2024-01-24T02:53:31.863 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:31.153114+0000 mon.smithi076 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:53:31.863 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:31.160600+0000 mon.smithi076 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:31.863 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:53:31.162871+0000 mgr.smithi076.yiuunk (mgr.14180) 689 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.lnsken on smithi133 2024-01-24T02:53:32.003 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:32.003 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:32.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:32.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:31.999417+0000 mgr.smithi076.yiuunk (mgr.14180) 690 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:32.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:32.147129+0000 mon.smithi076 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:53:32.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:32.147158+0000 mon.smithi076 (mon.0) 694 : cluster [INF] Cluster is now healthy 2024-01-24T02:53:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:31.999417+0000 mgr.smithi076.yiuunk (mgr.14180) 690 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:32.147129+0000 mon.smithi076 (mon.0) 693 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:53:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:32.147158+0000 mon.smithi076 (mon.0) 694 : cluster [INF] Cluster is now healthy 2024-01-24T02:53:33.418 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:33.777 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:33.150544+0000 mgr.smithi076.yiuunk (mgr.14180) 691 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 65 op/s 2024-01-24T02:53:33.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:33.150544+0000 mgr.smithi076.yiuunk (mgr.14180) 691 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 40 KiB/s rd, 0 B/s wr, 65 op/s 2024-01-24T02:53:34.863 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:34.863 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:35.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:36.284 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:36.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:34.859856+0000 mgr.smithi076.yiuunk (mgr.14180) 692 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:36.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:35.151146+0000 mgr.smithi076.yiuunk (mgr.14180) 693 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 83 op/s 2024-01-24T02:53:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:34.859856+0000 mgr.smithi076.yiuunk (mgr.14180) 692 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:35.151146+0000 mgr.smithi076.yiuunk (mgr.14180) 693 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 83 op/s 2024-01-24T02:53:37.684 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:37.684 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:38.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:38.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:37.151806+0000 mgr.smithi076.yiuunk (mgr.14180) 694 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-01-24T02:53:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:37.151806+0000 mgr.smithi076.yiuunk (mgr.14180) 694 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-01-24T02:53:39.067 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:39.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:39 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:37.681310+0000 mgr.smithi076.yiuunk (mgr.14180) 695 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:39.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:39 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:37.681310+0000 mgr.smithi076.yiuunk (mgr.14180) 695 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:39.152547+0000 mgr.smithi076.yiuunk (mgr.14180) 696 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-01-24T02:53:40.420 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:40.421 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:39.152547+0000 mgr.smithi076.yiuunk (mgr.14180) 696 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2024-01-24T02:53:40.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:41.825 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:42.502 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:40.417725+0000 mgr.smithi076.yiuunk (mgr.14180) 697 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:42.503 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:41.153056+0000 mgr.smithi076.yiuunk (mgr.14180) 698 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-24T02:53:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:40.417725+0000 mgr.smithi076.yiuunk (mgr.14180) 697 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:41.153056+0000 mgr.smithi076.yiuunk (mgr.14180) 698 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-24T02:53:43.277 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:43.277 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:43.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:44.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:43.153795+0000 mgr.smithi076.yiuunk (mgr.14180) 699 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-24T02:53:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:43.153795+0000 mgr.smithi076.yiuunk (mgr.14180) 699 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 52 op/s 2024-01-24T02:53:44.701 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:45.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:43.274461+0000 mgr.smithi076.yiuunk (mgr.14180) 700 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:43.274461+0000 mgr.smithi076.yiuunk (mgr.14180) 700 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:46.119 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:46.119 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:46.439 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:45.154396+0000 mgr.smithi076.yiuunk (mgr.14180) 701 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-24T02:53:46.439 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:45.481440+0000 mon.smithi076 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:46.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:45.154396+0000 mgr.smithi076.yiuunk (mgr.14180) 701 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 0 B/s wr, 14 op/s 2024-01-24T02:53:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:45.481440+0000 mon.smithi076 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:53:47.549 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:47.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:46.115970+0000 mgr.smithi076.yiuunk (mgr.14180) 702 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:46.115970+0000 mgr.smithi076.yiuunk (mgr.14180) 702 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:48.577 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:47.155077+0000 mgr.smithi076.yiuunk (mgr.14180) 703 : cluster [DBG] pgmap v435: 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-01-24T02:53:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:47.155077+0000 mgr.smithi076.yiuunk (mgr.14180) 703 : cluster [DBG] pgmap v435: 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-01-24T02:53:48.938 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:48.939 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:49.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:50.372 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:48.935569+0000 mgr.smithi076.yiuunk (mgr.14180) 704 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:49.155869+0000 mgr.smithi076.yiuunk (mgr.14180) 705 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:48.935569+0000 mgr.smithi076.yiuunk (mgr.14180) 704 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:49.155869+0000 mgr.smithi076.yiuunk (mgr.14180) 705 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:51.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:51.156454+0000 mgr.smithi076.yiuunk (mgr.14180) 706 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:51.156454+0000 mgr.smithi076.yiuunk (mgr.14180) 706 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:52.048 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:52.049 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:52.045434+0000 mgr.smithi076.yiuunk (mgr.14180) 707 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:52.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:52.045434+0000 mgr.smithi076.yiuunk (mgr.14180) 707 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:53.424 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:53.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:53.157436+0000 mgr.smithi076.yiuunk (mgr.14180) 708 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:53.157436+0000 mgr.smithi076.yiuunk (mgr.14180) 708 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:54.774 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:54.775 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:55.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:56.148 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:56.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:54.771149+0000 mgr.smithi076.yiuunk (mgr.14180) 709 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:56.540 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:55.158091+0000 mgr.smithi076.yiuunk (mgr.14180) 710 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:54.771149+0000 mgr.smithi076.yiuunk (mgr.14180) 709 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:55.158091+0000 mgr.smithi076.yiuunk (mgr.14180) 710 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-24T02:53:57.581 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:53:57.582 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:53:57.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:53:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:57.158757+0000 mgr.smithi076.yiuunk (mgr.14180) 711 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-24T02:53:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:57.158757+0000 mgr.smithi076.yiuunk (mgr.14180) 711 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-24T02:53:58.965 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:53:59.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:53:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:53:57.578597+0000 mgr.smithi076.yiuunk (mgr.14180) 712 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:53:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:53:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:53:57.578597+0000 mgr.smithi076.yiuunk (mgr.14180) 712 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:00.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:53:59.159406+0000 mgr.smithi076.yiuunk (mgr.14180) 713 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-24T02:54:00.373 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:00.374 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:53:59.159406+0000 mgr.smithi076.yiuunk (mgr.14180) 713 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-01-24T02:54:00.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:01.750 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:02.383 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:00.370719+0000 mgr.smithi076.yiuunk (mgr.14180) 714 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:02.384 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:01.159948+0000 mgr.smithi076.yiuunk (mgr.14180) 715 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:00.370719+0000 mgr.smithi076.yiuunk (mgr.14180) 714 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:01.159948+0000 mgr.smithi076.yiuunk (mgr.14180) 715 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:03.110 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:03.110 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:03.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:04.482 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:04.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:03.106950+0000 mgr.smithi076.yiuunk (mgr.14180) 716 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:04.515 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:03.160719+0000 mgr.smithi076.yiuunk (mgr.14180) 717 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:54:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:03.106950+0000 mgr.smithi076.yiuunk (mgr.14180) 716 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:03.160719+0000 mgr.smithi076.yiuunk (mgr.14180) 717 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:54:05.933 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:05.934 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:06.244 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:05.161443+0000 mgr.smithi076.yiuunk (mgr.14180) 718 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:06.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:05.161443+0000 mgr.smithi076.yiuunk (mgr.14180) 718 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:07.306 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:05.930284+0000 mgr.smithi076.yiuunk (mgr.14180) 719 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:05.930284+0000 mgr.smithi076.yiuunk (mgr.14180) 719 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:08.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:07.162194+0000 mgr.smithi076.yiuunk (mgr.14180) 720 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:07.162194+0000 mgr.smithi076.yiuunk (mgr.14180) 720 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:08.735 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:08.735 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:09.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:10.121 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:10.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:08.731811+0000 mgr.smithi076.yiuunk (mgr.14180) 721 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:10.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:09.163190+0000 mgr.smithi076.yiuunk (mgr.14180) 722 : 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-01-24T02:54:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:08.731811+0000 mgr.smithi076.yiuunk (mgr.14180) 721 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:09.163190+0000 mgr.smithi076.yiuunk (mgr.14180) 722 : 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-01-24T02:54:11.496 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:11.497 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:11.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:11.163668+0000 mgr.smithi076.yiuunk (mgr.14180) 723 : 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-01-24T02:54:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:11.163668+0000 mgr.smithi076.yiuunk (mgr.14180) 723 : 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-01-24T02:54:12.922 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:13.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:11.493498+0000 mgr.smithi076.yiuunk (mgr.14180) 724 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:13.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:13.164385+0000 mgr.smithi076.yiuunk (mgr.14180) 725 : 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-01-24T02:54:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:11.493498+0000 mgr.smithi076.yiuunk (mgr.14180) 724 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:13.164385+0000 mgr.smithi076.yiuunk (mgr.14180) 725 : 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-01-24T02:54:14.311 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:14.311 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:14.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:15.680 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:14.307721+0000 mgr.smithi076.yiuunk (mgr.14180) 726 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:16.330 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:15.164852+0000 mgr.smithi076.yiuunk (mgr.14180) 727 : 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-01-24T02:54:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:14.307721+0000 mgr.smithi076.yiuunk (mgr.14180) 726 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:15.164852+0000 mgr.smithi076.yiuunk (mgr.14180) 727 : 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-01-24T02:54:17.006 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:17.006 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:17.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:18.412 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:18.447 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:17.003275+0000 mgr.smithi076.yiuunk (mgr.14180) 728 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:18.447 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:17.165333+0000 mgr.smithi076.yiuunk (mgr.14180) 729 : 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-01-24T02:54:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:17.003275+0000 mgr.smithi076.yiuunk (mgr.14180) 728 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:17.165333+0000 mgr.smithi076.yiuunk (mgr.14180) 729 : 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-01-24T02:54:19.772 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:19.772 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:20.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:19.166292+0000 mgr.smithi076.yiuunk (mgr.14180) 730 : 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-01-24T02:54:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:19.166292+0000 mgr.smithi076.yiuunk (mgr.14180) 730 : 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-01-24T02:54:21.145 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:21.528 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:19.768898+0000 mgr.smithi076.yiuunk (mgr.14180) 731 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:19.768898+0000 mgr.smithi076.yiuunk (mgr.14180) 731 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:22.546 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:22.546 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:22.567 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:21.166972+0000 mgr.smithi076.yiuunk (mgr.14180) 732 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:21.166972+0000 mgr.smithi076.yiuunk (mgr.14180) 732 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:22.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:23.937 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:24.304 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:22.542559+0000 mgr.smithi076.yiuunk (mgr.14180) 733 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:24.305 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:23.167900+0000 mgr.smithi076.yiuunk (mgr.14180) 734 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:54:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:22.542559+0000 mgr.smithi076.yiuunk (mgr.14180) 733 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:23.167900+0000 mgr.smithi076.yiuunk (mgr.14180) 734 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:54:25.330 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:25.330 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:25.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:25.168391+0000 mgr.smithi076.yiuunk (mgr.14180) 735 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:25.168391+0000 mgr.smithi076.yiuunk (mgr.14180) 735 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:26.780 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:27.505 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:25.326811+0000 mgr.smithi076.yiuunk (mgr.14180) 736 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:25.326811+0000 mgr.smithi076.yiuunk (mgr.14180) 736 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:28.248 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:28.248 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:28.463 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:27.168913+0000 mgr.smithi076.yiuunk (mgr.14180) 737 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:27.168913+0000 mgr.smithi076.yiuunk (mgr.14180) 737 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:28.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:29.670 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:30.322 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:28.244080+0000 mgr.smithi076.yiuunk (mgr.14180) 738 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:30.322 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:29.169757+0000 mgr.smithi076.yiuunk (mgr.14180) 739 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:28.244080+0000 mgr.smithi076.yiuunk (mgr.14180) 738 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:29.169757+0000 mgr.smithi076.yiuunk (mgr.14180) 739 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:31.027 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:31.027 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:31.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:32.411 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:32.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:31.024421+0000 mgr.smithi076.yiuunk (mgr.14180) 740 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:32.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:31.170232+0000 mgr.smithi076.yiuunk (mgr.14180) 741 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:31.024421+0000 mgr.smithi076.yiuunk (mgr.14180) 740 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:31.170232+0000 mgr.smithi076.yiuunk (mgr.14180) 741 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:33.483 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:33.171069+0000 mgr.smithi076.yiuunk (mgr.14180) 742 : 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-01-24T02:54:33.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:33.171069+0000 mgr.smithi076.yiuunk (mgr.14180) 742 : 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-01-24T02:54:33.878 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:33.878 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:34.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:35.252 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:33.874733+0000 mgr.smithi076.yiuunk (mgr.14180) 743 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:33.874733+0000 mgr.smithi076.yiuunk (mgr.14180) 743 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:36.287 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:35.171839+0000 mgr.smithi076.yiuunk (mgr.14180) 744 : 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-01-24T02:54:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:35.171839+0000 mgr.smithi076.yiuunk (mgr.14180) 744 : 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-01-24T02:54:36.646 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:36.646 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:37.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:38.052 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:38.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:36.642496+0000 mgr.smithi076.yiuunk (mgr.14180) 745 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:38.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:37.172500+0000 mgr.smithi076.yiuunk (mgr.14180) 746 : 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-01-24T02:54:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:36.642496+0000 mgr.smithi076.yiuunk (mgr.14180) 745 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:37.172500+0000 mgr.smithi076.yiuunk (mgr.14180) 746 : 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-01-24T02:54:39.443 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:39.443 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:39.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:40.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:39.173205+0000 mgr.smithi076.yiuunk (mgr.14180) 747 : 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-01-24T02:54:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:39.173205+0000 mgr.smithi076.yiuunk (mgr.14180) 747 : 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-01-24T02:54:40.836 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:41.569 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:39.440144+0000 mgr.smithi076.yiuunk (mgr.14180) 748 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:39.440144+0000 mgr.smithi076.yiuunk (mgr.14180) 748 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:42.246 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:42.247 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:41.173864+0000 mgr.smithi076.yiuunk (mgr.14180) 749 : 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-01-24T02:54:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:41.173864+0000 mgr.smithi076.yiuunk (mgr.14180) 749 : 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-01-24T02:54:42.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:43.653 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:44.303 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:42.243111+0000 mgr.smithi076.yiuunk (mgr.14180) 750 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:44.303 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:43.174616+0000 mgr.smithi076.yiuunk (mgr.14180) 751 : 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-01-24T02:54:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:42.243111+0000 mgr.smithi076.yiuunk (mgr.14180) 750 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:43.174616+0000 mgr.smithi076.yiuunk (mgr.14180) 751 : 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-01-24T02:54:45.023 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:45.023 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:45.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:46.468 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:46.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:45.019858+0000 mgr.smithi076.yiuunk (mgr.14180) 752 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:46.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:45.175185+0000 mgr.smithi076.yiuunk (mgr.14180) 753 : 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-01-24T02:54:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:45.019858+0000 mgr.smithi076.yiuunk (mgr.14180) 752 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:46.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:45.175185+0000 mgr.smithi076.yiuunk (mgr.14180) 753 : 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-01-24T02:54:47.876 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:47.877 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:48.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:47.175902+0000 mgr.smithi076.yiuunk (mgr.14180) 754 : 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-01-24T02:54:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:47.175902+0000 mgr.smithi076.yiuunk (mgr.14180) 754 : 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-01-24T02:54:49.304 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:49.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:47.873316+0000 mgr.smithi076.yiuunk (mgr.14180) 755 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:47.873316+0000 mgr.smithi076.yiuunk (mgr.14180) 755 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:50.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:49.176820+0000 mgr.smithi076.yiuunk (mgr.14180) 756 : 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-01-24T02:54:50.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:49.176820+0000 mgr.smithi076.yiuunk (mgr.14180) 756 : 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-01-24T02:54:50.742 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:50.743 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:51.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:50.739764+0000 mgr.smithi076.yiuunk (mgr.14180) 757 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:51.177481+0000 mgr.smithi076.yiuunk (mgr.14180) 758 : 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-01-24T02:54:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:50.739764+0000 mgr.smithi076.yiuunk (mgr.14180) 757 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:51.177481+0000 mgr.smithi076.yiuunk (mgr.14180) 758 : 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-01-24T02:54:52.159 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:53.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:53.178212+0000 mgr.smithi076.yiuunk (mgr.14180) 759 : 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-01-24T02:54:53.590 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:53.590 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:53.178212+0000 mgr.smithi076.yiuunk (mgr.14180) 759 : 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-01-24T02:54:54.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:55.009 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:55.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:53.587227+0000 mgr.smithi076.yiuunk (mgr.14180) 760 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:53.587227+0000 mgr.smithi076.yiuunk (mgr.14180) 760 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:56.459 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:56.460 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:56.480 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:55.178858+0000 mgr.smithi076.yiuunk (mgr.14180) 761 : 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-01-24T02:54:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:55.178858+0000 mgr.smithi076.yiuunk (mgr.14180) 761 : 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-01-24T02:54:56.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:54:57.890 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:54:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:56.456456+0000 mgr.smithi076.yiuunk (mgr.14180) 762 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:54:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:57.179611+0000 mgr.smithi076.yiuunk (mgr.14180) 763 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:56.456456+0000 mgr.smithi076.yiuunk (mgr.14180) 762 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:54:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:54:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:57.179611+0000 mgr.smithi076.yiuunk (mgr.14180) 763 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:54:59.336 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:54:59.336 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:54:59.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:54:59.180531+0000 mgr.smithi076.yiuunk (mgr.14180) 764 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:54:59.180531+0000 mgr.smithi076.yiuunk (mgr.14180) 764 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:00.756 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:01.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:54:59.332744+0000 mgr.smithi076.yiuunk (mgr.14180) 765 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:54:59.332744+0000 mgr.smithi076.yiuunk (mgr.14180) 765 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:02.193 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:02.193 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:02.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:01.181046+0000 mgr.smithi076.yiuunk (mgr.14180) 766 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:02.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:01.181046+0000 mgr.smithi076.yiuunk (mgr.14180) 766 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:03.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:02.189617+0000 mgr.smithi076.yiuunk (mgr.14180) 767 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:03.607 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:02.189617+0000 mgr.smithi076.yiuunk (mgr.14180) 767 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:04.520 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:03.182001+0000 mgr.smithi076.yiuunk (mgr.14180) 768 : 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-01-24T02:55:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:03.182001+0000 mgr.smithi076.yiuunk (mgr.14180) 768 : 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-01-24T02:55:05.022 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:05.022 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:05.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:06.415 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:05.018935+0000 mgr.smithi076.yiuunk (mgr.14180) 769 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:05.182590+0000 mgr.smithi076.yiuunk (mgr.14180) 770 : 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-01-24T02:55:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:05.018935+0000 mgr.smithi076.yiuunk (mgr.14180) 769 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:05.182590+0000 mgr.smithi076.yiuunk (mgr.14180) 770 : 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-01-24T02:55:07.493 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:07.183136+0000 mgr.smithi076.yiuunk (mgr.14180) 771 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:07.183136+0000 mgr.smithi076.yiuunk (mgr.14180) 771 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:07.879 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:07.879 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:08.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:07.875815+0000 mgr.smithi076.yiuunk (mgr.14180) 772 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:07.875815+0000 mgr.smithi076.yiuunk (mgr.14180) 772 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:09.246 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:09.183950+0000 mgr.smithi076.yiuunk (mgr.14180) 773 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:10.606 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:10.606 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:09.183950+0000 mgr.smithi076.yiuunk (mgr.14180) 773 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:11.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:12.030 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:12.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:10.603136+0000 mgr.smithi076.yiuunk (mgr.14180) 774 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:12.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:11.184488+0000 mgr.smithi076.yiuunk (mgr.14180) 775 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:10.603136+0000 mgr.smithi076.yiuunk (mgr.14180) 774 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:11.184488+0000 mgr.smithi076.yiuunk (mgr.14180) 775 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:13.465 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:13.465 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:13.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:14.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:13.185165+0000 mgr.smithi076.yiuunk (mgr.14180) 776 : 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-01-24T02:55:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:13.185165+0000 mgr.smithi076.yiuunk (mgr.14180) 776 : 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-01-24T02:55:14.870 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:13.461550+0000 mgr.smithi076.yiuunk (mgr.14180) 777 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:13.461550+0000 mgr.smithi076.yiuunk (mgr.14180) 777 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:15.185882+0000 mgr.smithi076.yiuunk (mgr.14180) 778 : 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-01-24T02:55:16.342 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:16.342 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:15.185882+0000 mgr.smithi076.yiuunk (mgr.14180) 778 : 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-01-24T02:55:16.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:17.763 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:18.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:16.339035+0000 mgr.smithi076.yiuunk (mgr.14180) 779 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:18.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:17.186448+0000 mgr.smithi076.yiuunk (mgr.14180) 780 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:16.339035+0000 mgr.smithi076.yiuunk (mgr.14180) 779 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:18.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:17.186448+0000 mgr.smithi076.yiuunk (mgr.14180) 780 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:19.244 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:19.244 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:19.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:19.187212+0000 mgr.smithi076.yiuunk (mgr.14180) 781 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:20.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:19.187212+0000 mgr.smithi076.yiuunk (mgr.14180) 781 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:20.663 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:19.240903+0000 mgr.smithi076.yiuunk (mgr.14180) 782 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:19.240903+0000 mgr.smithi076.yiuunk (mgr.14180) 782 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:22.068 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:22.068 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:22.442 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:21.187755+0000 mgr.smithi076.yiuunk (mgr.14180) 783 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:22.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:21.187755+0000 mgr.smithi076.yiuunk (mgr.14180) 783 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:23.486 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:23.520 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:22.064707+0000 mgr.smithi076.yiuunk (mgr.14180) 784 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:22.064707+0000 mgr.smithi076.yiuunk (mgr.14180) 784 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:24.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:23.188769+0000 mgr.smithi076.yiuunk (mgr.14180) 785 : 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-01-24T02:55:24.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:23.188769+0000 mgr.smithi076.yiuunk (mgr.14180) 785 : 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-01-24T02:55:24.969 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:24.969 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:25.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:26.403 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:24.966228+0000 mgr.smithi076.yiuunk (mgr.14180) 786 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:25.189261+0000 mgr.smithi076.yiuunk (mgr.14180) 787 : 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-01-24T02:55:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:24.966228+0000 mgr.smithi076.yiuunk (mgr.14180) 786 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:25.189261+0000 mgr.smithi076.yiuunk (mgr.14180) 787 : 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-01-24T02:55:27.848 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:27.848 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:28.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:27.189906+0000 mgr.smithi076.yiuunk (mgr.14180) 788 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:27.189906+0000 mgr.smithi076.yiuunk (mgr.14180) 788 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:29.277 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:29.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:27.844738+0000 mgr.smithi076.yiuunk (mgr.14180) 789 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:27.844738+0000 mgr.smithi076.yiuunk (mgr.14180) 789 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:29.190582+0000 mgr.smithi076.yiuunk (mgr.14180) 790 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:29.190582+0000 mgr.smithi076.yiuunk (mgr.14180) 790 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:30.734 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:30.734 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:31.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:30.731155+0000 mgr.smithi076.yiuunk (mgr.14180) 791 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:31.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:31.191041+0000 mgr.smithi076.yiuunk (mgr.14180) 792 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:30.731155+0000 mgr.smithi076.yiuunk (mgr.14180) 791 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:31.663 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:31.191041+0000 mgr.smithi076.yiuunk (mgr.14180) 792 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:32.160 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:33.570 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:33.570 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:33.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:33.191935+0000 mgr.smithi076.yiuunk (mgr.14180) 793 : 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-01-24T02:55:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:33.191935+0000 mgr.smithi076.yiuunk (mgr.14180) 793 : 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-01-24T02:55:33.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:34.994 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:35.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:33.566566+0000 mgr.smithi076.yiuunk (mgr.14180) 794 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:33.566566+0000 mgr.smithi076.yiuunk (mgr.14180) 794 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:36.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:35.192457+0000 mgr.smithi076.yiuunk (mgr.14180) 795 : 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-01-24T02:55:36.413 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:36.413 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:35.192457+0000 mgr.smithi076.yiuunk (mgr.14180) 795 : 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-01-24T02:55:36.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:37.785 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:38.504 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:36.410270+0000 mgr.smithi076.yiuunk (mgr.14180) 796 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:38.505 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:37.193147+0000 mgr.smithi076.yiuunk (mgr.14180) 797 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:36.410270+0000 mgr.smithi076.yiuunk (mgr.14180) 796 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:37.193147+0000 mgr.smithi076.yiuunk (mgr.14180) 797 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:39.215 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:39.215 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:39.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:40.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:39.193814+0000 mgr.smithi076.yiuunk (mgr.14180) 798 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:40.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:39.212255+0000 mgr.smithi076.yiuunk (mgr.14180) 799 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:40.602 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:39.193814+0000 mgr.smithi076.yiuunk (mgr.14180) 798 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:39.212255+0000 mgr.smithi076.yiuunk (mgr.14180) 799 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:42.001 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:42.001 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:42.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:41.194345+0000 mgr.smithi076.yiuunk (mgr.14180) 800 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:42.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:41.194345+0000 mgr.smithi076.yiuunk (mgr.14180) 800 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:43.385 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:43.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:41.997688+0000 mgr.smithi076.yiuunk (mgr.14180) 801 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:41.997688+0000 mgr.smithi076.yiuunk (mgr.14180) 801 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:44.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:43.195313+0000 mgr.smithi076.yiuunk (mgr.14180) 802 : 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-01-24T02:55:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:43.195313+0000 mgr.smithi076.yiuunk (mgr.14180) 802 : 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-01-24T02:55:44.752 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:44.752 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:45.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:46.126 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:46.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:44.749112+0000 mgr.smithi076.yiuunk (mgr.14180) 803 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:46.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:45.196128+0000 mgr.smithi076.yiuunk (mgr.14180) 804 : 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-01-24T02:55:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:44.749112+0000 mgr.smithi076.yiuunk (mgr.14180) 803 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:45.196128+0000 mgr.smithi076.yiuunk (mgr.14180) 804 : 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-01-24T02:55:47.579 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:47.579 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:47.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:47.196776+0000 mgr.smithi076.yiuunk (mgr.14180) 805 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:47.196776+0000 mgr.smithi076.yiuunk (mgr.14180) 805 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:48.951 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:49.309 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:47.575585+0000 mgr.smithi076.yiuunk (mgr.14180) 806 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:47.575585+0000 mgr.smithi076.yiuunk (mgr.14180) 806 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:50.344 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:50.344 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:50.519 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:49.197449+0000 mgr.smithi076.yiuunk (mgr.14180) 807 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:49.197449+0000 mgr.smithi076.yiuunk (mgr.14180) 807 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:50.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:50.340820+0000 mgr.smithi076.yiuunk (mgr.14180) 808 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:51.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:51.198144+0000 mgr.smithi076.yiuunk (mgr.14180) 809 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:50.340820+0000 mgr.smithi076.yiuunk (mgr.14180) 808 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:51.198144+0000 mgr.smithi076.yiuunk (mgr.14180) 809 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:51.734 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:53.126 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:53.126 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:53.531 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:53.123281+0000 mgr.smithi076.yiuunk (mgr.14180) 810 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:53.531 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:53.199136+0000 mgr.smithi076.yiuunk (mgr.14180) 811 : 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-01-24T02:55:53.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:53.123281+0000 mgr.smithi076.yiuunk (mgr.14180) 810 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:53.199136+0000 mgr.smithi076.yiuunk (mgr.14180) 811 : 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-01-24T02:55:54.559 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:55.199729+0000 mgr.smithi076.yiuunk (mgr.14180) 812 : 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-01-24T02:55:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:55.199729+0000 mgr.smithi076.yiuunk (mgr.14180) 812 : 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-01-24T02:55:55.976 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:55.976 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:56.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:55:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:55.972290+0000 mgr.smithi076.yiuunk (mgr.14180) 813 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:55.972290+0000 mgr.smithi076.yiuunk (mgr.14180) 813 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:55:57.350 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:55:57.383 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:55:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:57.200301+0000 mgr.smithi076.yiuunk (mgr.14180) 814 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:55:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:57.200301+0000 mgr.smithi076.yiuunk (mgr.14180) 814 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:55:58.759 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:55:58.760 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:48:23.815720Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.xwqmqm on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:55:59.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:00.141 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:00.450 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:55:58.756149+0000 mgr.smithi076.yiuunk (mgr.14180) 815 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:00.450 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:55:59.201053+0000 mgr.smithi076.yiuunk (mgr.14180) 816 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:55:58.756149+0000 mgr.smithi076.yiuunk (mgr.14180) 815 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:55:59.201053+0000 mgr.smithi076.yiuunk (mgr.14180) 816 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:01.507 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:01.507 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:01.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:00.609554+0000 mon.smithi076 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.lnsken"}]: dispatch 2024-01-24T02:56:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:00.609554+0000 mon.smithi076 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.lnsken"}]: dispatch 2024-01-24T02:56:01.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:02.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:56:00.609063+0000 mgr.smithi076.yiuunk (mgr.14180) 817 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:56:00.609241+0000 mgr.smithi076.yiuunk (mgr.14180) 818 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:56:00.610204+0000 mgr.smithi076.yiuunk (mgr.14180) 819 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:56:00.611619+0000 mgr.smithi076.yiuunk (mgr.14180) 820 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.rmiiay on smithi076 2024-01-24T02:56:02.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:01.201782+0000 mgr.smithi076.yiuunk (mgr.14180) 821 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:56:00.609063+0000 mgr.smithi076.yiuunk (mgr.14180) 817 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:56:00.609241+0000 mgr.smithi076.yiuunk (mgr.14180) 818 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:56:00.610204+0000 mgr.smithi076.yiuunk (mgr.14180) 819 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.lnsken ... 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:08Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:54:45Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:55:23Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:56:02.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:56:02.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:56:02.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:56:00.611619+0000 mgr.smithi076.yiuunk (mgr.14180) 820 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.rmiiay on smithi076 2024-01-24T02:56:02.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:01.201782+0000 mgr.smithi076.yiuunk (mgr.14180) 821 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:02.932 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:03.490 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:01.503718+0000 mgr.smithi076.yiuunk (mgr.14180) 822 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:01.503718+0000 mgr.smithi076.yiuunk (mgr.14180) 822 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:04.403 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:04.404 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:03.202716+0000 mgr.smithi076.yiuunk (mgr.14180) 823 : 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-01-24T02:56:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:03.202716+0000 mgr.smithi076.yiuunk (mgr.14180) 823 : 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-01-24T02:56:04.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:04.400180+0000 mgr.smithi076.yiuunk (mgr.14180) 824 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:05.203372+0000 mgr.smithi076.yiuunk (mgr.14180) 825 : 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-01-24T02:56:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:04.400180+0000 mgr.smithi076.yiuunk (mgr.14180) 824 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:05.203372+0000 mgr.smithi076.yiuunk (mgr.14180) 825 : 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-01-24T02:56:05.814 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:07.176 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:07.176 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:07.495 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:07.172464+0000 mgr.smithi076.yiuunk (mgr.14180) 826 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:07.495 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:07.204208+0000 mgr.smithi076.yiuunk (mgr.14180) 827 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:07.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:07.172464+0000 mgr.smithi076.yiuunk (mgr.14180) 826 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:07.204208+0000 mgr.smithi076.yiuunk (mgr.14180) 827 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:08.548 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:09.874 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:09.875 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:10.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:09.204973+0000 mgr.smithi076.yiuunk (mgr.14180) 828 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:09.204973+0000 mgr.smithi076.yiuunk (mgr.14180) 828 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:11.289 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:11.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:09.871456+0000 mgr.smithi076.yiuunk (mgr.14180) 829 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:09.871456+0000 mgr.smithi076.yiuunk (mgr.14180) 829 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:11.205549+0000 mgr.smithi076.yiuunk (mgr.14180) 830 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:11.205549+0000 mgr.smithi076.yiuunk (mgr.14180) 830 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:12.717 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:12.717 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:13.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:14.147 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:14.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:12.714329+0000 mgr.smithi076.yiuunk (mgr.14180) 831 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:14.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:13.206274+0000 mgr.smithi076.yiuunk (mgr.14180) 832 : 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-01-24T02:56:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:12.714329+0000 mgr.smithi076.yiuunk (mgr.14180) 831 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:13.206274+0000 mgr.smithi076.yiuunk (mgr.14180) 832 : 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-01-24T02:56:15.558 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:15.559 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:15.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:15.206827+0000 mgr.smithi076.yiuunk (mgr.14180) 833 : 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-01-24T02:56:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:15.206827+0000 mgr.smithi076.yiuunk (mgr.14180) 833 : 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-01-24T02:56:16.988 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:17.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:15.555275+0000 mgr.smithi076.yiuunk (mgr.14180) 834 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:15.555275+0000 mgr.smithi076.yiuunk (mgr.14180) 834 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:18.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:17.207376+0000 mgr.smithi076.yiuunk (mgr.14180) 835 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:18.408 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:18.408 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:17.207376+0000 mgr.smithi076.yiuunk (mgr.14180) 835 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:18.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:19.831 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:20.532 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:18.404815+0000 mgr.smithi076.yiuunk (mgr.14180) 836 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:20.532 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:19.208102+0000 mgr.smithi076.yiuunk (mgr.14180) 837 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:18.404815+0000 mgr.smithi076.yiuunk (mgr.14180) 836 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:19.208102+0000 mgr.smithi076.yiuunk (mgr.14180) 837 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:21.265 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:21.265 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:21.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:21.208610+0000 mgr.smithi076.yiuunk (mgr.14180) 838 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:21.208610+0000 mgr.smithi076.yiuunk (mgr.14180) 838 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:21.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:22.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:21.261731+0000 mgr.smithi076.yiuunk (mgr.14180) 839 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:21.261731+0000 mgr.smithi076.yiuunk (mgr.14180) 839 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:22.637 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:23.538 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:23.209289+0000 mgr.smithi076.yiuunk (mgr.14180) 840 : 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-01-24T02:56:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:23.209289+0000 mgr.smithi076.yiuunk (mgr.14180) 840 : 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-01-24T02:56:24.076 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:24.076 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:24.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:25.462 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:25.494 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:24.072867+0000 mgr.smithi076.yiuunk (mgr.14180) 841 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:24.072867+0000 mgr.smithi076.yiuunk (mgr.14180) 841 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:26.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:25.209852+0000 mgr.smithi076.yiuunk (mgr.14180) 842 : 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-01-24T02:56:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:25.209852+0000 mgr.smithi076.yiuunk (mgr.14180) 842 : 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-01-24T02:56:26.818 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:26.818 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:27.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:28.254 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:26.815452+0000 mgr.smithi076.yiuunk (mgr.14180) 843 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:27.210548+0000 mgr.smithi076.yiuunk (mgr.14180) 844 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:26.815452+0000 mgr.smithi076.yiuunk (mgr.14180) 843 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:27.210548+0000 mgr.smithi076.yiuunk (mgr.14180) 844 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:29.690 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:29.691 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:30.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:29.211193+0000 mgr.smithi076.yiuunk (mgr.14180) 845 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:29.211193+0000 mgr.smithi076.yiuunk (mgr.14180) 845 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:31.163 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:31.487 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:29.687480+0000 mgr.smithi076.yiuunk (mgr.14180) 846 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:29.687480+0000 mgr.smithi076.yiuunk (mgr.14180) 846 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:32.538 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:32.538 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:32.566 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:31.211745+0000 mgr.smithi076.yiuunk (mgr.14180) 847 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:31.211745+0000 mgr.smithi076.yiuunk (mgr.14180) 847 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:32.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:33.985 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:32.534452+0000 mgr.smithi076.yiuunk (mgr.14180) 848 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:33.212484+0000 mgr.smithi076.yiuunk (mgr.14180) 849 : 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-01-24T02:56:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:32.534452+0000 mgr.smithi076.yiuunk (mgr.14180) 848 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:33.212484+0000 mgr.smithi076.yiuunk (mgr.14180) 849 : 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-01-24T02:56:35.490 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:35.490 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:35.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:36.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:35.213147+0000 mgr.smithi076.yiuunk (mgr.14180) 850 : 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-01-24T02:56:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:35.213147+0000 mgr.smithi076.yiuunk (mgr.14180) 850 : 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-01-24T02:56:36.910 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:35.486564+0000 mgr.smithi076.yiuunk (mgr.14180) 851 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:35.486564+0000 mgr.smithi076.yiuunk (mgr.14180) 851 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:38.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:37.213649+0000 mgr.smithi076.yiuunk (mgr.14180) 852 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:38.411 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:38.411 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:37.213649+0000 mgr.smithi076.yiuunk (mgr.14180) 852 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:38.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:39.827 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:40.487 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:38.408042+0000 mgr.smithi076.yiuunk (mgr.14180) 853 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:40.487 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:39.214333+0000 mgr.smithi076.yiuunk (mgr.14180) 854 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:38.408042+0000 mgr.smithi076.yiuunk (mgr.14180) 853 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:39.214333+0000 mgr.smithi076.yiuunk (mgr.14180) 854 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:41.235 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:41.235 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:41.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:41.214863+0000 mgr.smithi076.yiuunk (mgr.14180) 855 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:41.214863+0000 mgr.smithi076.yiuunk (mgr.14180) 855 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:41.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:41.231200+0000 mgr.smithi076.yiuunk (mgr.14180) 856 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:41.231200+0000 mgr.smithi076.yiuunk (mgr.14180) 856 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:42.660 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:43.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:43.215534+0000 mgr.smithi076.yiuunk (mgr.14180) 857 : 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-01-24T02:56:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:43.215534+0000 mgr.smithi076.yiuunk (mgr.14180) 857 : 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-01-24T02:56:44.100 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:44.101 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:44.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:45.535 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:45.566 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:44.097610+0000 mgr.smithi076.yiuunk (mgr.14180) 858 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:44.097610+0000 mgr.smithi076.yiuunk (mgr.14180) 858 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:45.216231+0000 mgr.smithi076.yiuunk (mgr.14180) 859 : 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-01-24T02:56:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:45.216231+0000 mgr.smithi076.yiuunk (mgr.14180) 859 : 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-01-24T02:56:46.944 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:46.944 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:47.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:48.317 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:46.940787+0000 mgr.smithi076.yiuunk (mgr.14180) 860 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:47.216910+0000 mgr.smithi076.yiuunk (mgr.14180) 861 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:46.940787+0000 mgr.smithi076.yiuunk (mgr.14180) 860 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:47.216910+0000 mgr.smithi076.yiuunk (mgr.14180) 861 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:49.726 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:49.726 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:50.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:49.217660+0000 mgr.smithi076.yiuunk (mgr.14180) 862 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:49.217660+0000 mgr.smithi076.yiuunk (mgr.14180) 862 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:51.143 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:51.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:49.723045+0000 mgr.smithi076.yiuunk (mgr.14180) 863 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:49.723045+0000 mgr.smithi076.yiuunk (mgr.14180) 863 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:52.512 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:52.512 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:52.537 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:51.218180+0000 mgr.smithi076.yiuunk (mgr.14180) 864 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:51.218180+0000 mgr.smithi076.yiuunk (mgr.14180) 864 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:52.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:53.945 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:54.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:52.507765+0000 mgr.smithi076.yiuunk (mgr.14180) 865 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:54.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:53.219089+0000 mgr.smithi076.yiuunk (mgr.14180) 866 : 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-01-24T02:56:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:52.507765+0000 mgr.smithi076.yiuunk (mgr.14180) 865 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:53.219089+0000 mgr.smithi076.yiuunk (mgr.14180) 866 : 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-01-24T02:56:55.320 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:55.320 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:55.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:55.219605+0000 mgr.smithi076.yiuunk (mgr.14180) 867 : 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-01-24T02:56:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:55.219605+0000 mgr.smithi076.yiuunk (mgr.14180) 867 : 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-01-24T02:56:56.718 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:56:57.460 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:55.316581+0000 mgr.smithi076.yiuunk (mgr.14180) 868 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:57.460 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:57.220325+0000 mgr.smithi076.yiuunk (mgr.14180) 869 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:55.316581+0000 mgr.smithi076.yiuunk (mgr.14180) 868 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:57.220325+0000 mgr.smithi076.yiuunk (mgr.14180) 869 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:56:58.160 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:56:58.161 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:56:58.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:56:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:56:58.157003+0000 mgr.smithi076.yiuunk (mgr.14180) 870 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:58.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:56:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:56:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:56:58.157003+0000 mgr.smithi076.yiuunk (mgr.14180) 870 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:56:59.534 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:00.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:56:59.221133+0000 mgr.smithi076.yiuunk (mgr.14180) 871 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:56:59.221133+0000 mgr.smithi076.yiuunk (mgr.14180) 871 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:01.062 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:01.062 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:01.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:02.444 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:02.476 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:01.058921+0000 mgr.smithi076.yiuunk (mgr.14180) 872 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:02.476 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:01.221702+0000 mgr.smithi076.yiuunk (mgr.14180) 873 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:01.058921+0000 mgr.smithi076.yiuunk (mgr.14180) 872 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:01.221702+0000 mgr.smithi076.yiuunk (mgr.14180) 873 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:03.870 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:03.870 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:04.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:03.222377+0000 mgr.smithi076.yiuunk (mgr.14180) 874 : 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-01-24T02:57:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:03.222377+0000 mgr.smithi076.yiuunk (mgr.14180) 874 : 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-01-24T02:57:05.265 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:03.866877+0000 mgr.smithi076.yiuunk (mgr.14180) 875 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:05.223165+0000 mgr.smithi076.yiuunk (mgr.14180) 876 : 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-01-24T02:57:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:03.866877+0000 mgr.smithi076.yiuunk (mgr.14180) 875 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:05.223165+0000 mgr.smithi076.yiuunk (mgr.14180) 876 : 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-01-24T02:57:06.741 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:06.741 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:07.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:06.737511+0000 mgr.smithi076.yiuunk (mgr.14180) 877 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:07.223914+0000 mgr.smithi076.yiuunk (mgr.14180) 878 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:06.737511+0000 mgr.smithi076.yiuunk (mgr.14180) 877 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:07.223914+0000 mgr.smithi076.yiuunk (mgr.14180) 878 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:08.126 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:09.591 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:09.592 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:09.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:10.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:09.224833+0000 mgr.smithi076.yiuunk (mgr.14180) 879 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:09.224833+0000 mgr.smithi076.yiuunk (mgr.14180) 879 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:10.983 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:11.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:09.588323+0000 mgr.smithi076.yiuunk (mgr.14180) 880 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:09.588323+0000 mgr.smithi076.yiuunk (mgr.14180) 880 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:12.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:11.225324+0000 mgr.smithi076.yiuunk (mgr.14180) 881 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:12.355 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:12.356 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:11.225324+0000 mgr.smithi076.yiuunk (mgr.14180) 881 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:12.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:13.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:12.352313+0000 mgr.smithi076.yiuunk (mgr.14180) 882 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:13.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:13.226255+0000 mgr.smithi076.yiuunk (mgr.14180) 883 : 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-01-24T02:57:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:12.352313+0000 mgr.smithi076.yiuunk (mgr.14180) 882 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:13.226255+0000 mgr.smithi076.yiuunk (mgr.14180) 883 : 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-01-24T02:57:13.747 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:15.131 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:15.131 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:15.533 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:15.128239+0000 mgr.smithi076.yiuunk (mgr.14180) 884 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:15.533 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:15.226845+0000 mgr.smithi076.yiuunk (mgr.14180) 885 : 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-01-24T02:57:15.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:15.128239+0000 mgr.smithi076.yiuunk (mgr.14180) 884 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:15.226845+0000 mgr.smithi076.yiuunk (mgr.14180) 885 : 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-01-24T02:57:16.563 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:17.550 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:17.227391+0000 mgr.smithi076.yiuunk (mgr.14180) 886 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:17.227391+0000 mgr.smithi076.yiuunk (mgr.14180) 886 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:17.907 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:17.907 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:18.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:17.904329+0000 mgr.smithi076.yiuunk (mgr.14180) 887 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:17.904329+0000 mgr.smithi076.yiuunk (mgr.14180) 887 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:19.282 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:19.228086+0000 mgr.smithi076.yiuunk (mgr.14180) 888 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:19.228086+0000 mgr.smithi076.yiuunk (mgr.14180) 888 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:20.649 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:20.649 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:21.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:20.645962+0000 mgr.smithi076.yiuunk (mgr.14180) 889 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:21.228667+0000 mgr.smithi076.yiuunk (mgr.14180) 890 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:20.645962+0000 mgr.smithi076.yiuunk (mgr.14180) 889 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:21.228667+0000 mgr.smithi076.yiuunk (mgr.14180) 890 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:22.057 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:23.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:23.229416+0000 mgr.smithi076.yiuunk (mgr.14180) 891 : 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-01-24T02:57:23.418 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:23.418 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:23.229416+0000 mgr.smithi076.yiuunk (mgr.14180) 891 : 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-01-24T02:57:23.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:24.788 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:25.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:23.414923+0000 mgr.smithi076.yiuunk (mgr.14180) 892 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:23.414923+0000 mgr.smithi076.yiuunk (mgr.14180) 892 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:26.231 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:26.232 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:25.229898+0000 mgr.smithi076.yiuunk (mgr.14180) 893 : 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-01-24T02:57:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:25.229898+0000 mgr.smithi076.yiuunk (mgr.14180) 893 : 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-01-24T02:57:26.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:27.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:26.228026+0000 mgr.smithi076.yiuunk (mgr.14180) 894 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:27.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:26.228026+0000 mgr.smithi076.yiuunk (mgr.14180) 894 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:27.641 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:28.323 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:27.230609+0000 mgr.smithi076.yiuunk (mgr.14180) 895 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:27.230609+0000 mgr.smithi076.yiuunk (mgr.14180) 895 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:28.989 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:28.990 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:29.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:30.413 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:28.985703+0000 mgr.smithi076.yiuunk (mgr.14180) 896 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:30.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:29.231527+0000 mgr.smithi076.yiuunk (mgr.14180) 897 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:28.985703+0000 mgr.smithi076.yiuunk (mgr.14180) 896 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:29.231527+0000 mgr.smithi076.yiuunk (mgr.14180) 897 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:31.524 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:31.232265+0000 mgr.smithi076.yiuunk (mgr.14180) 898 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:31.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:31.232265+0000 mgr.smithi076.yiuunk (mgr.14180) 898 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:31.869 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:31.869 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:32.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:32.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:31.866275+0000 mgr.smithi076.yiuunk (mgr.14180) 899 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:32.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:31.866275+0000 mgr.smithi076.yiuunk (mgr.14180) 899 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:33.311 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:33.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:33.233182+0000 mgr.smithi076.yiuunk (mgr.14180) 900 : 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-01-24T02:57:33.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:33.233182+0000 mgr.smithi076.yiuunk (mgr.14180) 900 : 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-01-24T02:57:34.762 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:34.762 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:35.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:34.759551+0000 mgr.smithi076.yiuunk (mgr.14180) 901 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:35.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:35.233707+0000 mgr.smithi076.yiuunk (mgr.14180) 902 : 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-01-24T02:57:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:34.759551+0000 mgr.smithi076.yiuunk (mgr.14180) 901 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:35.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:35.233707+0000 mgr.smithi076.yiuunk (mgr.14180) 902 : 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-01-24T02:57:36.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:37.234253+0000 mgr.smithi076.yiuunk (mgr.14180) 903 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:37.234253+0000 mgr.smithi076.yiuunk (mgr.14180) 903 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:37.643 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:37.643 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:38.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:38.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:37.639918+0000 mgr.smithi076.yiuunk (mgr.14180) 904 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:37.639918+0000 mgr.smithi076.yiuunk (mgr.14180) 904 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:39.069 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:40.512 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:40.513 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:40.535 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:39.234929+0000 mgr.smithi076.yiuunk (mgr.14180) 905 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:39.234929+0000 mgr.smithi076.yiuunk (mgr.14180) 905 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:40.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:41.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:40.509202+0000 mgr.smithi076.yiuunk (mgr.14180) 906 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:41.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:40.509202+0000 mgr.smithi076.yiuunk (mgr.14180) 906 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:41.936 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:41.235618+0000 mgr.smithi076.yiuunk (mgr.14180) 907 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:41.235618+0000 mgr.smithi076.yiuunk (mgr.14180) 907 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:43.331 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:43.331 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:43.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:44.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:43.236303+0000 mgr.smithi076.yiuunk (mgr.14180) 908 : 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-01-24T02:57:44.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:43.328145+0000 mgr.smithi076.yiuunk (mgr.14180) 909 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:43.236303+0000 mgr.smithi076.yiuunk (mgr.14180) 908 : 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-01-24T02:57:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:43.328145+0000 mgr.smithi076.yiuunk (mgr.14180) 909 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:44.693 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:46.012 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:46.012 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:46.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:45.237070+0000 mgr.smithi076.yiuunk (mgr.14180) 910 : 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-01-24T02:57:46.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:46.008764+0000 mgr.smithi076.yiuunk (mgr.14180) 911 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:46.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:45.237070+0000 mgr.smithi076.yiuunk (mgr.14180) 910 : 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-01-24T02:57:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:46.008764+0000 mgr.smithi076.yiuunk (mgr.14180) 911 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:47.443 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:48.489 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:47.237780+0000 mgr.smithi076.yiuunk (mgr.14180) 912 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:47.237780+0000 mgr.smithi076.yiuunk (mgr.14180) 912 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:48.848 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:48.848 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:49.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:49.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:48.844970+0000 mgr.smithi076.yiuunk (mgr.14180) 913 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:48.844970+0000 mgr.smithi076.yiuunk (mgr.14180) 913 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:50.217 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:49.238522+0000 mgr.smithi076.yiuunk (mgr.14180) 914 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:49.238522+0000 mgr.smithi076.yiuunk (mgr.14180) 914 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:51.668 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:51.668 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:52.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:51.239037+0000 mgr.smithi076.yiuunk (mgr.14180) 915 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:51.665107+0000 mgr.smithi076.yiuunk (mgr.14180) 916 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:51.239037+0000 mgr.smithi076.yiuunk (mgr.14180) 915 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:51.665107+0000 mgr.smithi076.yiuunk (mgr.14180) 916 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:53.095 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:54.536 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:54.536 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:54.561 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:53.239792+0000 mgr.smithi076.yiuunk (mgr.14180) 917 : 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-01-24T02:57:54.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:53.239792+0000 mgr.smithi076.yiuunk (mgr.14180) 917 : 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-01-24T02:57:54.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:54.532924+0000 mgr.smithi076.yiuunk (mgr.14180) 918 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:54.532924+0000 mgr.smithi076.yiuunk (mgr.14180) 918 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:55.936 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:57:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:55.240336+0000 mgr.smithi076.yiuunk (mgr.14180) 919 : 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-01-24T02:57:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:55.240336+0000 mgr.smithi076.yiuunk (mgr.14180) 919 : 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-01-24T02:57:57.331 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:57:57.331 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:57:57.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:57:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:57.240870+0000 mgr.smithi076.yiuunk (mgr.14180) 920 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:57:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:57:57.327661+0000 mgr.smithi076.yiuunk (mgr.14180) 921 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:57.240870+0000 mgr.smithi076.yiuunk (mgr.14180) 920 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:57:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:57:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:57:57.327661+0000 mgr.smithi076.yiuunk (mgr.14180) 921 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:57:58.758 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:00.152 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:00.152 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:00.513 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:57:59.241611+0000 mgr.smithi076.yiuunk (mgr.14180) 922 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:00.514 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:00.148127+0000 mgr.smithi076.yiuunk (mgr.14180) 923 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:00.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:57:59.241611+0000 mgr.smithi076.yiuunk (mgr.14180) 922 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:00.148127+0000 mgr.smithi076.yiuunk (mgr.14180) 923 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:01.534 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:02.521 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:01.242412+0000 mgr.smithi076.yiuunk (mgr.14180) 924 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:02.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:01.242412+0000 mgr.smithi076.yiuunk (mgr.14180) 924 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:03.026 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:03.026 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:03.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:03.021788+0000 mgr.smithi076.yiuunk (mgr.14180) 925 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:03.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:03.021788+0000 mgr.smithi076.yiuunk (mgr.14180) 925 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:04.399 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:03.243173+0000 mgr.smithi076.yiuunk (mgr.14180) 926 : 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-01-24T02:58:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:03.243173+0000 mgr.smithi076.yiuunk (mgr.14180) 926 : 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-01-24T02:58:05.745 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:05.745 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:06.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:05.243787+0000 mgr.smithi076.yiuunk (mgr.14180) 927 : 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-01-24T02:58:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:05.741778+0000 mgr.smithi076.yiuunk (mgr.14180) 928 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:05.243787+0000 mgr.smithi076.yiuunk (mgr.14180) 927 : 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-01-24T02:58:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:05.741778+0000 mgr.smithi076.yiuunk (mgr.14180) 928 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:07.159 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:08.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:07.244401+0000 mgr.smithi076.yiuunk (mgr.14180) 929 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:08.586 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:08.586 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:07.244401+0000 mgr.smithi076.yiuunk (mgr.14180) 929 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:09.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:09.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:08.583144+0000 mgr.smithi076.yiuunk (mgr.14180) 930 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:08.583144+0000 mgr.smithi076.yiuunk (mgr.14180) 930 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:10.005 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:10.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:09.245128+0000 mgr.smithi076.yiuunk (mgr.14180) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:10.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:09.245128+0000 mgr.smithi076.yiuunk (mgr.14180) 931 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:11.426 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:11.426 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:11.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:11.245551+0000 mgr.smithi076.yiuunk (mgr.14180) 932 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:11.423320+0000 mgr.smithi076.yiuunk (mgr.14180) 933 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:11.245551+0000 mgr.smithi076.yiuunk (mgr.14180) 932 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:12.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:11.423320+0000 mgr.smithi076.yiuunk (mgr.14180) 933 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:12.814 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:14.248 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:14.248 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:14.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:13.246483+0000 mgr.smithi076.yiuunk (mgr.14180) 934 : 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-01-24T02:58:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:13.246483+0000 mgr.smithi076.yiuunk (mgr.14180) 934 : 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-01-24T02:58:14.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:14.243600+0000 mgr.smithi076.yiuunk (mgr.14180) 935 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:14.243600+0000 mgr.smithi076.yiuunk (mgr.14180) 935 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:15.632 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:16.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:15.247024+0000 mgr.smithi076.yiuunk (mgr.14180) 936 : 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-01-24T02:58:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:15.247024+0000 mgr.smithi076.yiuunk (mgr.14180) 936 : 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-01-24T02:58:17.008 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:17.008 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:17.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:17.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:17.004894+0000 mgr.smithi076.yiuunk (mgr.14180) 937 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:17.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:17.004894+0000 mgr.smithi076.yiuunk (mgr.14180) 937 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:18.447 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:18.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:17.247560+0000 mgr.smithi076.yiuunk (mgr.14180) 938 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:17.247560+0000 mgr.smithi076.yiuunk (mgr.14180) 938 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:19.855 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:19.855 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:20.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:19.248227+0000 mgr.smithi076.yiuunk (mgr.14180) 939 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:19.851742+0000 mgr.smithi076.yiuunk (mgr.14180) 940 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:19.248227+0000 mgr.smithi076.yiuunk (mgr.14180) 939 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:20.677 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:19.851742+0000 mgr.smithi076.yiuunk (mgr.14180) 940 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:21.297 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:22.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:21.248779+0000 mgr.smithi076.yiuunk (mgr.14180) 941 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:21.248779+0000 mgr.smithi076.yiuunk (mgr.14180) 941 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:22.797 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:22.797 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:23.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:23.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:22.793522+0000 mgr.smithi076.yiuunk (mgr.14180) 942 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:22.793522+0000 mgr.smithi076.yiuunk (mgr.14180) 942 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:24.282 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:24.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:23.249503+0000 mgr.smithi076.yiuunk (mgr.14180) 943 : 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-01-24T02:58:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:23.249503+0000 mgr.smithi076.yiuunk (mgr.14180) 943 : 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-01-24T02:58:25.655 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:25.655 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:26.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:25.250232+0000 mgr.smithi076.yiuunk (mgr.14180) 944 : 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-01-24T02:58:26.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:25.652191+0000 mgr.smithi076.yiuunk (mgr.14180) 945 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:25.250232+0000 mgr.smithi076.yiuunk (mgr.14180) 944 : 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-01-24T02:58:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:25.652191+0000 mgr.smithi076.yiuunk (mgr.14180) 945 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:27.082 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:28.572 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:28.572 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:50:57.276162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xjcyso on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xjcyso\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xjcyso\nDeploy daemon haproxy.nfs.foo.smithi133.xjcyso ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:49:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:49:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:50:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.390615Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.xxibei on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-xxibei\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.xxibei\nDeploy daemon haproxy.nfs.foo.smithi076.xxibei ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:51:34Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:11Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:52:48Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:53:26.392884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.jjsaiw on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:27.250793+0000 mgr.smithi076.yiuunk (mgr.14180) 946 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:28.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:27.250793+0000 mgr.smithi076.yiuunk (mgr.14180) 946 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:28.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:29.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:28.568681+0000 mgr.smithi076.yiuunk (mgr.14180) 947 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:28.568681+0000 mgr.smithi076.yiuunk (mgr.14180) 947 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:29.972 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:30.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:29.251470+0000 mgr.smithi076.yiuunk (mgr.14180) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:30.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:58:30.234232+0000 mgr.smithi076.yiuunk (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T02:58:30.581 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.582 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:58:30.234474+0000 mgr.smithi076.yiuunk (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:30.234826+0000 mon.smithi076 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.rmiiay"}]: dispatch 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:58:30.235366+0000 mgr.smithi076.yiuunk (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:58:30.236882+0000 mgr.smithi076.yiuunk (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:58:30.583 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:58:30.237865+0000 mgr.smithi076.yiuunk (mgr.14180) 953 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:58:30.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:30.238571+0000 mgr.smithi076.yiuunk (mgr.14180) 954 : cluster [DBG] pgmap v577: 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-01-24T02:58:30.584 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:30.250440+0000 mon.smithi076 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:58:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:29.251470+0000 mgr.smithi076.yiuunk (mgr.14180) 948 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:58:30.234232+0000 mgr.smithi076.yiuunk (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:58:30.234474+0000 mgr.smithi076.yiuunk (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:30.234826+0000 mon.smithi076 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi076.rmiiay"}]: dispatch 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:58:30.235366+0000 mgr.smithi076.yiuunk (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi076.rmiiay ... 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:56:37Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:15Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T02:57:52Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T02:58:30.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T02:58:30.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T02:58:30.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:58:30.236882+0000 mgr.smithi076.yiuunk (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:58:30.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:58:30.237865+0000 mgr.smithi076.yiuunk (mgr.14180) 953 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T02:58:30.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:30.238571+0000 mgr.smithi076.yiuunk (mgr.14180) 954 : cluster [DBG] pgmap v577: 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-01-24T02:58:30.615 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:30.250440+0000 mon.smithi076 (mon.0) 698 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T02:58:31.372 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:31.372 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:31.767 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:30.487119+0000 mon.smithi076 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:58:31.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:31.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:30.487119+0000 mon.smithi076 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:58:32.795 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:32.828 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:31.368554+0000 mgr.smithi076.yiuunk (mgr.14180) 955 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:32.828 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:32.239453+0000 mgr.smithi076.yiuunk (mgr.14180) 956 : cluster [DBG] pgmap v578: 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-01-24T02:58:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:31.368554+0000 mgr.smithi076.yiuunk (mgr.14180) 955 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:32.239453+0000 mgr.smithi076.yiuunk (mgr.14180) 956 : cluster [DBG] pgmap v578: 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-01-24T02:58:34.183 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:34.184 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:34.517 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:34.180296+0000 mgr.smithi076.yiuunk (mgr.14180) 957 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:34.517 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:34.240535+0000 mgr.smithi076.yiuunk (mgr.14180) 958 : cluster [DBG] pgmap v579: 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-01-24T02:58:34.517 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:34.288530+0000 mon.smithi076 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:58:34.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:34.180296+0000 mgr.smithi076.yiuunk (mgr.14180) 957 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:34.240535+0000 mgr.smithi076.yiuunk (mgr.14180) 958 : cluster [DBG] pgmap v579: 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-01-24T02:58:34.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:34.288530+0000 mon.smithi076 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:58:35.553 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:36.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:36.241304+0000 mgr.smithi076.yiuunk (mgr.14180) 959 : cluster [DBG] pgmap v580: 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-01-24T02:58:36.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:36.241304+0000 mgr.smithi076.yiuunk (mgr.14180) 959 : cluster [DBG] pgmap v580: 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-01-24T02:58:36.902 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:36.902 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:37.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:37.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:36.899454+0000 mgr.smithi076.yiuunk (mgr.14180) 960 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:37.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:36.899454+0000 mgr.smithi076.yiuunk (mgr.14180) 960 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:38.304 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:38.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:38.242500+0000 mgr.smithi076.yiuunk (mgr.14180) 961 : cluster [DBG] pgmap v581: 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-01-24T02:58:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:38.242500+0000 mgr.smithi076.yiuunk (mgr.14180) 961 : cluster [DBG] pgmap v581: 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-01-24T02:58:39.730 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:39.730 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:40.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:39.725891+0000 mgr.smithi076.yiuunk (mgr.14180) 962 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:40.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:40.243288+0000 mgr.smithi076.yiuunk (mgr.14180) 963 : cluster [DBG] pgmap v582: 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-01-24T02:58:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:39.725891+0000 mgr.smithi076.yiuunk (mgr.14180) 962 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:40.243288+0000 mgr.smithi076.yiuunk (mgr.14180) 963 : cluster [DBG] pgmap v582: 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-01-24T02:58:41.103 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:42.243989+0000 mgr.smithi076.yiuunk (mgr.14180) 964 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:42.604 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:42.605 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:42.243989+0000 mgr.smithi076.yiuunk (mgr.14180) 964 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:43.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:43.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:42.601856+0000 mgr.smithi076.yiuunk (mgr.14180) 965 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:42.601856+0000 mgr.smithi076.yiuunk (mgr.14180) 965 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:44.031 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:44.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:44.244816+0000 mgr.smithi076.yiuunk (mgr.14180) 966 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:58:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:44.244816+0000 mgr.smithi076.yiuunk (mgr.14180) 966 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:58:45.487 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:45.487 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:45.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:45.483466+0000 mgr.smithi076.yiuunk (mgr.14180) 967 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:45.483466+0000 mgr.smithi076.yiuunk (mgr.14180) 967 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:46.918 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:47.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:46.245661+0000 mgr.smithi076.yiuunk (mgr.14180) 968 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:47.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:46.245661+0000 mgr.smithi076.yiuunk (mgr.14180) 968 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:48.362 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:48.363 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:48.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:49.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:48.246578+0000 mgr.smithi076.yiuunk (mgr.14180) 969 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:49.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:48.359392+0000 mgr.smithi076.yiuunk (mgr.14180) 970 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:48.246578+0000 mgr.smithi076.yiuunk (mgr.14180) 969 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:49.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:48.359392+0000 mgr.smithi076.yiuunk (mgr.14180) 970 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:49.735 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:51.181 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:51.181 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:51.515 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:50.247164+0000 mgr.smithi076.yiuunk (mgr.14180) 971 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:51.515 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:51.178029+0000 mgr.smithi076.yiuunk (mgr.14180) 972 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:51.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:50.247164+0000 mgr.smithi076.yiuunk (mgr.14180) 971 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:51.178029+0000 mgr.smithi076.yiuunk (mgr.14180) 972 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:52.559 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:53.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:52.247978+0000 mgr.smithi076.yiuunk (mgr.14180) 973 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:53.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:52.247978+0000 mgr.smithi076.yiuunk (mgr.14180) 973 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:54.036 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:54.036 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:54.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:54.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:54.032677+0000 mgr.smithi076.yiuunk (mgr.14180) 974 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:54.032677+0000 mgr.smithi076.yiuunk (mgr.14180) 974 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:55.417 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:54.248995+0000 mgr.smithi076.yiuunk (mgr.14180) 975 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:58:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:54.248995+0000 mgr.smithi076.yiuunk (mgr.14180) 975 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:58:56.777 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:56.777 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:57.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:58:57.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:56.249614+0000 mgr.smithi076.yiuunk (mgr.14180) 976 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:57.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:56.774042+0000 mgr.smithi076.yiuunk (mgr.14180) 977 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:56.249614+0000 mgr.smithi076.yiuunk (mgr.14180) 976 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:56.774042+0000 mgr.smithi076.yiuunk (mgr.14180) 977 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:58:58.218 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:58:59.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:58:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:58:58.250719+0000 mgr.smithi076.yiuunk (mgr.14180) 978 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:58:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:58:58.250719+0000 mgr.smithi076.yiuunk (mgr.14180) 978 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:58:59.611 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:58:59.611 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:58:59.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:00.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:58:59.608344+0000 mgr.smithi076.yiuunk (mgr.14180) 979 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:00.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:58:59.608344+0000 mgr.smithi076.yiuunk (mgr.14180) 979 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:00.992 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:01.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:01 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:00.251378+0000 mgr.smithi076.yiuunk (mgr.14180) 980 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:01.728 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:01 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:00.251378+0000 mgr.smithi076.yiuunk (mgr.14180) 980 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:02.405 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:02.405 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:02.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:02.252021+0000 mgr.smithi076.yiuunk (mgr.14180) 981 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:03.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:03 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:02.401817+0000 mgr.smithi076.yiuunk (mgr.14180) 982 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:03.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:02.252021+0000 mgr.smithi076.yiuunk (mgr.14180) 981 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:03.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:03 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:02.401817+0000 mgr.smithi076.yiuunk (mgr.14180) 982 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:03.849 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:05.193 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:05.193 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:04.252909+0000 mgr.smithi076.yiuunk (mgr.14180) 983 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:05.189445+0000 mgr.smithi076.yiuunk (mgr.14180) 984 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:04.252909+0000 mgr.smithi076.yiuunk (mgr.14180) 983 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:05.189445+0000 mgr.smithi076.yiuunk (mgr.14180) 984 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:05.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:06.619 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:06.253668+0000 mgr.smithi076.yiuunk (mgr.14180) 985 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:06.253668+0000 mgr.smithi076.yiuunk (mgr.14180) 985 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:08.094 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:08.094 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:08.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:08.090570+0000 mgr.smithi076.yiuunk (mgr.14180) 986 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:08.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:08.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:08.090570+0000 mgr.smithi076.yiuunk (mgr.14180) 986 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:09.487 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:09.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:09 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:08.254507+0000 mgr.smithi076.yiuunk (mgr.14180) 987 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:09.824 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:09 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:08.254507+0000 mgr.smithi076.yiuunk (mgr.14180) 987 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:10.866 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:10.866 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:11.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:11.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:10.255372+0000 mgr.smithi076.yiuunk (mgr.14180) 988 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:11.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:11 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:10.862652+0000 mgr.smithi076.yiuunk (mgr.14180) 989 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:10.255372+0000 mgr.smithi076.yiuunk (mgr.14180) 988 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:11.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:11 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:10.862652+0000 mgr.smithi076.yiuunk (mgr.14180) 989 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:12.232 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:13.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:12.256197+0000 mgr.smithi076.yiuunk (mgr.14180) 990 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:12.256197+0000 mgr.smithi076.yiuunk (mgr.14180) 990 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:13.641 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:13.642 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:14.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:14.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:13.638651+0000 mgr.smithi076.yiuunk (mgr.14180) 991 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:14.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:13.638651+0000 mgr.smithi076.yiuunk (mgr.14180) 991 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:15.175 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:15.566 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:14.257041+0000 mgr.smithi076.yiuunk (mgr.14180) 992 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:15.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:14.257041+0000 mgr.smithi076.yiuunk (mgr.14180) 992 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:16.632 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:16.632 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:17.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:17.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:16.257735+0000 mgr.smithi076.yiuunk (mgr.14180) 993 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:17.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:17 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:16.629146+0000 mgr.smithi076.yiuunk (mgr.14180) 994 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:17.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:16.257735+0000 mgr.smithi076.yiuunk (mgr.14180) 993 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:17.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:17 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:16.629146+0000 mgr.smithi076.yiuunk (mgr.14180) 994 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:18.022 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:19.462 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:19.462 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:19.802 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:18.258540+0000 mgr.smithi076.yiuunk (mgr.14180) 995 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:19.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:19.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:18.258540+0000 mgr.smithi076.yiuunk (mgr.14180) 995 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:20.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:19.458778+0000 mgr.smithi076.yiuunk (mgr.14180) 996 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:20.830 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:20.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:19.458778+0000 mgr.smithi076.yiuunk (mgr.14180) 996 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:21.508 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:20.259136+0000 mgr.smithi076.yiuunk (mgr.14180) 997 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:21.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:20.259136+0000 mgr.smithi076.yiuunk (mgr.14180) 997 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:22.185 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:22.185 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:22.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:22.181953+0000 mgr.smithi076.yiuunk (mgr.14180) 998 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:22.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:22.680 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:22.181953+0000 mgr.smithi076.yiuunk (mgr.14180) 998 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:23.627 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:23.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:22.260076+0000 mgr.smithi076.yiuunk (mgr.14180) 999 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:23.862 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:22.260076+0000 mgr.smithi076.yiuunk (mgr.14180) 999 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:25.024 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:25.024 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:25.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:25.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:24.261035+0000 mgr.smithi076.yiuunk (mgr.14180) 1000 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:25.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:25.021152+0000 mgr.smithi076.yiuunk (mgr.14180) 1001 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:25.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:24.261035+0000 mgr.smithi076.yiuunk (mgr.14180) 1000 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:25.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:25.021152+0000 mgr.smithi076.yiuunk (mgr.14180) 1001 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:26.432 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:27.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:26.261738+0000 mgr.smithi076.yiuunk (mgr.14180) 1002 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:27.839 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:27.839 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:27.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:26.261738+0000 mgr.smithi076.yiuunk (mgr.14180) 1002 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:28.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:27.836527+0000 mgr.smithi076.yiuunk (mgr.14180) 1003 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:28.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:27.836527+0000 mgr.smithi076.yiuunk (mgr.14180) 1003 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:29.299 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:29.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:28.262664+0000 mgr.smithi076.yiuunk (mgr.14180) 1004 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:29.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:28.262664+0000 mgr.smithi076.yiuunk (mgr.14180) 1004 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:30.735 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:30.735 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:28.011867Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:28.012027Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:28.012098Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:28.012161Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:28.012223Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:28.012467Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:30.764 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:30.240220+0000 mon.smithi076 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:59:30.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:30.240220+0000 mon.smithi076 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T02:59:31.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:30.263264+0000 mgr.smithi076.yiuunk (mgr.14180) 1005 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:30.730463+0000 mgr.smithi076.yiuunk (mgr.14180) 1006 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:31.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:30.263264+0000 mgr.smithi076.yiuunk (mgr.14180) 1005 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:31.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:30.730463+0000 mgr.smithi076.yiuunk (mgr.14180) 1006 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:32.206 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:32.817 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:31.545678+0000 mon.smithi076 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:32.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:31.545678+0000 mon.smithi076 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:33.805 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:33 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:32.264116+0000 mgr.smithi076.yiuunk (mgr.14180) 1007 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:33.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:33 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:32.264116+0000 mgr.smithi076.yiuunk (mgr.14180) 1007 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:34.140 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:34.140 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:53:30.661576Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:53:30.661664Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:53:30.661731Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:53:30.661506Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:53:30.661368Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:53:30.662240Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:53:30.661794Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:53:30.661937Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:53:30.661857Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:53:30.662178Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:34.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.136555+0000 mgr.smithi076.yiuunk (mgr.14180) 1008 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:34.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.136555+0000 mgr.smithi076.yiuunk (mgr.14180) 1008 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:34.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:35.871 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:35.903 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:34.264883+0000 mgr.smithi076.yiuunk (mgr.14180) 1009 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:35.903 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.649936+0000 mon.smithi076 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.989421+0000 mon.smithi076 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.990089+0000 mon.smithi076 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.994437+0000 mon.smithi076 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:34.994927+0000 mgr.smithi076.yiuunk (mgr.14180) 1010 : cluster [DBG] pgmap v610: 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-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:34.998051+0000 mon.smithi076 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:35.005259+0000 mon.smithi076 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:35.904 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T02:59:35.007343+0000 mgr.smithi076.yiuunk (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xhgurd on smithi133 2024-01-24T02:59:36.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:34.264883+0000 mgr.smithi076.yiuunk (mgr.14180) 1009 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:36.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.649936+0000 mon.smithi076 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:36.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.989421+0000 mon.smithi076 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T02:59:36.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.990089+0000 mon.smithi076 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T02:59:36.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.994437+0000 mon.smithi076 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:36.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:34.994927+0000 mgr.smithi076.yiuunk (mgr.14180) 1010 : cluster [DBG] pgmap v610: 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-01-24T02:59:36.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:34.998051+0000 mon.smithi076 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T02:59:36.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:35.005259+0000 mon.smithi076 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:36.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T02:59:35.007343+0000 mgr.smithi076.yiuunk (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi133.xhgurd on smithi133 2024-01-24T02:59:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:35.992777+0000 mon.smithi076 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:59:36.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:35.992806+0000 mon.smithi076 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T02:59:37.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:35.992777+0000 mon.smithi076 (mon.0) 709 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T02:59:37.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:35.992806+0000 mon.smithi076 (mon.0) 710 : cluster [INF] Cluster is now healthy 2024-01-24T02:59:37.230 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:37.231 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:37.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:38.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:36.995450+0000 mgr.smithi076.yiuunk (mgr.14180) 1012 : cluster [DBG] pgmap v611: 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-01-24T02:59:38.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:37.226684+0000 mgr.smithi076.yiuunk (mgr.14180) 1013 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:38.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:36.995450+0000 mgr.smithi076.yiuunk (mgr.14180) 1012 : cluster [DBG] pgmap v611: 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-01-24T02:59:38.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:37.226684+0000 mgr.smithi076.yiuunk (mgr.14180) 1013 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:38.687 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:40.097 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:40.098 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:40.313 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:38.996294+0000 mgr.smithi076.yiuunk (mgr.14180) 1014 : cluster [DBG] pgmap v612: 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-01-24T02:59:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:38.996294+0000 mgr.smithi076.yiuunk (mgr.14180) 1014 : cluster [DBG] pgmap v612: 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-01-24T02:59:40.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:40.093718+0000 mgr.smithi076.yiuunk (mgr.14180) 1015 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:40.093718+0000 mgr.smithi076.yiuunk (mgr.14180) 1015 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:41.527 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:42.213 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:40.996812+0000 mgr.smithi076.yiuunk (mgr.14180) 1016 : cluster [DBG] pgmap v613: 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-01-24T02:59:42.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:40.996812+0000 mgr.smithi076.yiuunk (mgr.14180) 1016 : cluster [DBG] pgmap v613: 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-01-24T02:59:42.959 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:42.959 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:43.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:44.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:42.956376+0000 mgr.smithi076.yiuunk (mgr.14180) 1017 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:44.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:42.997492+0000 mgr.smithi076.yiuunk (mgr.14180) 1018 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-24T02:59:44.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:42.956376+0000 mgr.smithi076.yiuunk (mgr.14180) 1017 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:44.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:42.997492+0000 mgr.smithi076.yiuunk (mgr.14180) 1018 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-24T02:59:44.405 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:45.490 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:44.998096+0000 mgr.smithi076.yiuunk (mgr.14180) 1019 : cluster [DBG] pgmap v615: 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-01-24T02:59:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:44.998096+0000 mgr.smithi076.yiuunk (mgr.14180) 1019 : cluster [DBG] pgmap v615: 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-01-24T02:59:45.864 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:45.864 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:46.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:45.488640+0000 mon.smithi076 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:46.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:45.861205+0000 mgr.smithi076.yiuunk (mgr.14180) 1020 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:46.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:45.488640+0000 mon.smithi076 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' 2024-01-24T02:59:46.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:45.861205+0000 mgr.smithi076.yiuunk (mgr.14180) 1020 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:47.294 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:47.829 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:47 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:46.998907+0000 mgr.smithi076.yiuunk (mgr.14180) 1021 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:47.861 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:47 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:46.998907+0000 mgr.smithi076.yiuunk (mgr.14180) 1021 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:48.776 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:48.776 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:49.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:50.210 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:50.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:48.772813+0000 mgr.smithi076.yiuunk (mgr.14180) 1022 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:50.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:48.999613+0000 mgr.smithi076.yiuunk (mgr.14180) 1023 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:50.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:48.772813+0000 mgr.smithi076.yiuunk (mgr.14180) 1022 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:50.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:48.999613+0000 mgr.smithi076.yiuunk (mgr.14180) 1023 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:51.767 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:51.767 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:52.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:51.000111+0000 mgr.smithi076.yiuunk (mgr.14180) 1024 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:51.000111+0000 mgr.smithi076.yiuunk (mgr.14180) 1024 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:53.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:53.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:53 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:51.764120+0000 mgr.smithi076.yiuunk (mgr.14180) 1025 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:53.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:53 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:51.764120+0000 mgr.smithi076.yiuunk (mgr.14180) 1025 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:54.313 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:53.001078+0000 mgr.smithi076.yiuunk (mgr.14180) 1026 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:54.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:53.001078+0000 mgr.smithi076.yiuunk (mgr.14180) 1026 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T02:59:54.671 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:54.671 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:55.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:54.667701+0000 mgr.smithi076.yiuunk (mgr.14180) 1027 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:55.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:55.001744+0000 mgr.smithi076.yiuunk (mgr.14180) 1028 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:54.667701+0000 mgr.smithi076.yiuunk (mgr.14180) 1027 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:55.001744+0000 mgr.smithi076.yiuunk (mgr.14180) 1028 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:56.109 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:57.526 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T02:59:57.526 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T02:59:57.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T02:59:58.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:57.002290+0000 mgr.smithi076.yiuunk (mgr.14180) 1029 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:58.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:57.002290+0000 mgr.smithi076.yiuunk (mgr.14180) 1029 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T02:59:58.951 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T02:59:59.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 02:59:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T02:59:57.523089+0000 mgr.smithi076.yiuunk (mgr.14180) 1030 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T02:59:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 02:59:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T02:59:57.523089+0000 mgr.smithi076.yiuunk (mgr.14180) 1030 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:00.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T02:59:59.003121+0000 mgr.smithi076.yiuunk (mgr.14180) 1031 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:00.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:00.000096+0000 mon.smithi076 (mon.0) 712 : cluster [INF] overall HEALTH_OK 2024-01-24T03:00:00.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T02:59:59.003121+0000 mgr.smithi076.yiuunk (mgr.14180) 1031 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:00.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:00.000096+0000 mon.smithi076 (mon.0) 712 : cluster [INF] overall HEALTH_OK 2024-01-24T03:00:00.371 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:00.372 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:00.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:01.789 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:02.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:00.368438+0000 mgr.smithi076.yiuunk (mgr.14180) 1032 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:02.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:01.003606+0000 mgr.smithi076.yiuunk (mgr.14180) 1033 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:00.368438+0000 mgr.smithi076.yiuunk (mgr.14180) 1032 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:01.003606+0000 mgr.smithi076.yiuunk (mgr.14180) 1033 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:03.242 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:03.243 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:03.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:04.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:03.004342+0000 mgr.smithi076.yiuunk (mgr.14180) 1034 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:04.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:03.239490+0000 mgr.smithi076.yiuunk (mgr.14180) 1035 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:04.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:03.004342+0000 mgr.smithi076.yiuunk (mgr.14180) 1034 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:04.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:03.239490+0000 mgr.smithi076.yiuunk (mgr.14180) 1035 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:04.625 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:05.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:05.004862+0000 mgr.smithi076.yiuunk (mgr.14180) 1036 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:05.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:05.004862+0000 mgr.smithi076.yiuunk (mgr.14180) 1036 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:06.238 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:06.239 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:06.235566+0000 mgr.smithi076.yiuunk (mgr.14180) 1037 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:06.235566+0000 mgr.smithi076.yiuunk (mgr.14180) 1037 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:06.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:07.005679+0000 mgr.smithi076.yiuunk (mgr.14180) 1038 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:07.005679+0000 mgr.smithi076.yiuunk (mgr.14180) 1038 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:07.658 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:09.050 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:09.050 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:09.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:10.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:09.006424+0000 mgr.smithi076.yiuunk (mgr.14180) 1039 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:10.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:09.046411+0000 mgr.smithi076.yiuunk (mgr.14180) 1040 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:09.006424+0000 mgr.smithi076.yiuunk (mgr.14180) 1039 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:09.046411+0000 mgr.smithi076.yiuunk (mgr.14180) 1040 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:10.451 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:11.909 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:11.910 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:12.246 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:11.007150+0000 mgr.smithi076.yiuunk (mgr.14180) 1041 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:12.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:12.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:11.007150+0000 mgr.smithi076.yiuunk (mgr.14180) 1041 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:11.906363+0000 mgr.smithi076.yiuunk (mgr.14180) 1042 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:13.336 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:11.906363+0000 mgr.smithi076.yiuunk (mgr.14180) 1042 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:13.008092+0000 mgr.smithi076.yiuunk (mgr.14180) 1043 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:13.008092+0000 mgr.smithi076.yiuunk (mgr.14180) 1043 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:14.814 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:14.814 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:15.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:14.810832+0000 mgr.smithi076.yiuunk (mgr.14180) 1044 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:15.008771+0000 mgr.smithi076.yiuunk (mgr.14180) 1045 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:14.810832+0000 mgr.smithi076.yiuunk (mgr.14180) 1044 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:15.008771+0000 mgr.smithi076.yiuunk (mgr.14180) 1045 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:16.182 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:17.517 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:17.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:18.079 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:17.009322+0000 mgr.smithi076.yiuunk (mgr.14180) 1046 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:17.009322+0000 mgr.smithi076.yiuunk (mgr.14180) 1046 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:18.905 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:19.232 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:19 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:17.513797+0000 mgr.smithi076.yiuunk (mgr.14180) 1047 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:19.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:19 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:17.513797+0000 mgr.smithi076.yiuunk (mgr.14180) 1047 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:20.234 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:20.235 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:20.261 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:19.010075+0000 mgr.smithi076.yiuunk (mgr.14180) 1048 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:19.010075+0000 mgr.smithi076.yiuunk (mgr.14180) 1048 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:20.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:21.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:20.231081+0000 mgr.smithi076.yiuunk (mgr.14180) 1049 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:20.231081+0000 mgr.smithi076.yiuunk (mgr.14180) 1049 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:21.615 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:22.250 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:21.010649+0000 mgr.smithi076.yiuunk (mgr.14180) 1050 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:21.010649+0000 mgr.smithi076.yiuunk (mgr.14180) 1050 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:22.922 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:22.922 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:23.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:24.298 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:24.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:22.918135+0000 mgr.smithi076.yiuunk (mgr.14180) 1051 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:24.333 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:23.011359+0000 mgr.smithi076.yiuunk (mgr.14180) 1052 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:22.918135+0000 mgr.smithi076.yiuunk (mgr.14180) 1051 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:23.011359+0000 mgr.smithi076.yiuunk (mgr.14180) 1052 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:25.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:25.011917+0000 mgr.smithi076.yiuunk (mgr.14180) 1053 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:25.011917+0000 mgr.smithi076.yiuunk (mgr.14180) 1053 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:25.623 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:25.623 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:26.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:26.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:26 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:25.619798+0000 mgr.smithi076.yiuunk (mgr.14180) 1054 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:26.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:26 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:25.619798+0000 mgr.smithi076.yiuunk (mgr.14180) 1054 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:27.007 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:27.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:27 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:27.012547+0000 mgr.smithi076.yiuunk (mgr.14180) 1055 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:27.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:27 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:27.012547+0000 mgr.smithi076.yiuunk (mgr.14180) 1055 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:28.282 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:28.282 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:28.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:29.664 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:30.290 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:28.278548+0000 mgr.smithi076.yiuunk (mgr.14180) 1056 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:30.290 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:29.013339+0000 mgr.smithi076.yiuunk (mgr.14180) 1057 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:28.278548+0000 mgr.smithi076.yiuunk (mgr.14180) 1056 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:29.013339+0000 mgr.smithi076.yiuunk (mgr.14180) 1057 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:30.995 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:30.996 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:31.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:32.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:30.990377+0000 mgr.smithi076.yiuunk (mgr.14180) 1058 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:32.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:31.013865+0000 mgr.smithi076.yiuunk (mgr.14180) 1059 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:32.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:30.990377+0000 mgr.smithi076.yiuunk (mgr.14180) 1058 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:32.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:31.013865+0000 mgr.smithi076.yiuunk (mgr.14180) 1059 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:32.439 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:33.792 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:33.792 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:34.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:34.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:33.014776+0000 mgr.smithi076.yiuunk (mgr.14180) 1060 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:34.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:33.014776+0000 mgr.smithi076.yiuunk (mgr.14180) 1060 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:35.162 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:35.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:33.789038+0000 mgr.smithi076.yiuunk (mgr.14180) 1061 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:33.789038+0000 mgr.smithi076.yiuunk (mgr.14180) 1061 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:36.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:35.015328+0000 mgr.smithi076.yiuunk (mgr.14180) 1062 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:36.563 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:36.563 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:36.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:35.015328+0000 mgr.smithi076.yiuunk (mgr.14180) 1062 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:36.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:37.938 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:38.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:36.560265+0000 mgr.smithi076.yiuunk (mgr.14180) 1063 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:38.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:37.016050+0000 mgr.smithi076.yiuunk (mgr.14180) 1064 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:36.560265+0000 mgr.smithi076.yiuunk (mgr.14180) 1063 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:38.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:37.016050+0000 mgr.smithi076.yiuunk (mgr.14180) 1064 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:39.323 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:39.323 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:39.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:40.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:39.016769+0000 mgr.smithi076.yiuunk (mgr.14180) 1065 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:40.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:39.016769+0000 mgr.smithi076.yiuunk (mgr.14180) 1065 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:40.695 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:41.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:41 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:39.320159+0000 mgr.smithi076.yiuunk (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:41.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:41 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:39.320159+0000 mgr.smithi076.yiuunk (mgr.14180) 1066 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:42.006 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:42.006 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:42.300 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:41.017374+0000 mgr.smithi076.yiuunk (mgr.14180) 1067 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:42.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:41.017374+0000 mgr.smithi076.yiuunk (mgr.14180) 1067 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:42.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:43.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:42.002844+0000 mgr.smithi076.yiuunk (mgr.14180) 1068 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:43.370 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:43.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:42.002844+0000 mgr.smithi076.yiuunk (mgr.14180) 1068 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:44.306 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:43.018291+0000 mgr.smithi076.yiuunk (mgr.14180) 1069 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:44.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:43.018291+0000 mgr.smithi076.yiuunk (mgr.14180) 1069 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:44.653 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:44.653 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:45.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:44.649953+0000 mgr.smithi076.yiuunk (mgr.14180) 1070 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:45.018882+0000 mgr.smithi076.yiuunk (mgr.14180) 1071 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:44.649953+0000 mgr.smithi076.yiuunk (mgr.14180) 1070 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:45.018882+0000 mgr.smithi076.yiuunk (mgr.14180) 1071 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:46.011 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:47.317 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:47.317 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:47.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:47.019585+0000 mgr.smithi076.yiuunk (mgr.14180) 1072 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:48.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:47.019585+0000 mgr.smithi076.yiuunk (mgr.14180) 1072 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:48.694 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:49.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:49 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:47.313796+0000 mgr.smithi076.yiuunk (mgr.14180) 1073 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:49.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:49 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:47.313796+0000 mgr.smithi076.yiuunk (mgr.14180) 1073 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:50.063 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:50.063 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:50.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:49.020406+0000 mgr.smithi076.yiuunk (mgr.14180) 1074 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:50.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:49.020406+0000 mgr.smithi076.yiuunk (mgr.14180) 1074 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:50.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:51.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:50.059193+0000 mgr.smithi076.yiuunk (mgr.14180) 1075 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:51.436 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:51.468 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:50.059193+0000 mgr.smithi076.yiuunk (mgr.14180) 1075 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:52.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:51.020893+0000 mgr.smithi076.yiuunk (mgr.14180) 1076 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:52.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:51.020893+0000 mgr.smithi076.yiuunk (mgr.14180) 1076 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:52.750 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:52.750 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:53.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:54.127 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:54.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:52.747044+0000 mgr.smithi076.yiuunk (mgr.14180) 1077 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:54.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:53.021756+0000 mgr.smithi076.yiuunk (mgr.14180) 1078 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:54.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:52.747044+0000 mgr.smithi076.yiuunk (mgr.14180) 1077 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:54.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:53.021756+0000 mgr.smithi076.yiuunk (mgr.14180) 1078 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:00:55.447 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:55.447 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:55.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:55.022243+0000 mgr.smithi076.yiuunk (mgr.14180) 1079 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:55.022243+0000 mgr.smithi076.yiuunk (mgr.14180) 1079 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:55.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:56.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:56 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:55.444093+0000 mgr.smithi076.yiuunk (mgr.14180) 1080 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:56.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:56 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:55.444093+0000 mgr.smithi076.yiuunk (mgr.14180) 1080 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:56.818 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:57.453 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:57 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:57.022792+0000 mgr.smithi076.yiuunk (mgr.14180) 1081 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:57.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:57 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:57.022792+0000 mgr.smithi076.yiuunk (mgr.14180) 1081 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:58.129 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:00:58.129 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:00:58.423 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:00:58.125699+0000 mgr.smithi076.yiuunk (mgr.14180) 1082 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:58.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:00:58.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:00:58.125699+0000 mgr.smithi076.yiuunk (mgr.14180) 1082 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:00:59.492 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:00:59.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:00:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:00:59.023540+0000 mgr.smithi076.yiuunk (mgr.14180) 1083 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:00:59.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:00:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:00:59.023540+0000 mgr.smithi076.yiuunk (mgr.14180) 1083 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:00.812 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:00.812 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:01.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:02.194 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:00.808866+0000 mgr.smithi076.yiuunk (mgr.14180) 1084 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:01.024056+0000 mgr.smithi076.yiuunk (mgr.14180) 1085 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:02.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:00.808866+0000 mgr.smithi076.yiuunk (mgr.14180) 1084 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:02.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:01.024056+0000 mgr.smithi076.yiuunk (mgr.14180) 1085 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:03.560 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:03.560 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:03.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:04.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:03.024931+0000 mgr.smithi076.yiuunk (mgr.14180) 1086 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:04.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:03.024931+0000 mgr.smithi076.yiuunk (mgr.14180) 1086 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:04.941 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:05.293 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:03.556863+0000 mgr.smithi076.yiuunk (mgr.14180) 1087 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:05.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:03.556863+0000 mgr.smithi076.yiuunk (mgr.14180) 1087 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:06.280 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:06.280 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:06.305 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:05.025483+0000 mgr.smithi076.yiuunk (mgr.14180) 1088 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:06.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:05.025483+0000 mgr.smithi076.yiuunk (mgr.14180) 1088 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:06.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:07.675 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:08.318 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:06.277305+0000 mgr.smithi076.yiuunk (mgr.14180) 1089 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:08.319 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:08 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:07.026020+0000 mgr.smithi076.yiuunk (mgr.14180) 1090 : 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-01-24T03:01:08.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:06.277305+0000 mgr.smithi076.yiuunk (mgr.14180) 1089 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:08.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:08 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:07.026020+0000 mgr.smithi076.yiuunk (mgr.14180) 1090 : 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-01-24T03:01:09.024 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:09.025 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:09.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:09.021391+0000 mgr.smithi076.yiuunk (mgr.14180) 1091 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:09.026775+0000 mgr.smithi076.yiuunk (mgr.14180) 1092 : 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-01-24T03:01:10.408 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:10.441 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:09.021391+0000 mgr.smithi076.yiuunk (mgr.14180) 1091 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:10.441 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:09.026775+0000 mgr.smithi076.yiuunk (mgr.14180) 1092 : 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-01-24T03:01:11.740 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:11.740 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:12.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:12.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:11.027284+0000 mgr.smithi076.yiuunk (mgr.14180) 1093 : 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-01-24T03:01:12.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:11.027284+0000 mgr.smithi076.yiuunk (mgr.14180) 1093 : 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-01-24T03:01:13.110 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:13.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:11.737333+0000 mgr.smithi076.yiuunk (mgr.14180) 1094 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:13.450 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:11.737333+0000 mgr.smithi076.yiuunk (mgr.14180) 1094 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:14.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:13.028115+0000 mgr.smithi076.yiuunk (mgr.14180) 1095 : 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-01-24T03:01:14.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:13.028115+0000 mgr.smithi076.yiuunk (mgr.14180) 1095 : 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-01-24T03:01:14.435 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:14.436 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:14.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:14.432304+0000 mgr.smithi076.yiuunk (mgr.14180) 1096 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:15.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:15.028751+0000 mgr.smithi076.yiuunk (mgr.14180) 1097 : 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-01-24T03:01:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:14.432304+0000 mgr.smithi076.yiuunk (mgr.14180) 1096 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:15.028751+0000 mgr.smithi076.yiuunk (mgr.14180) 1097 : 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-01-24T03:01:15.806 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:17.118 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:17.118 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:17.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:17.029304+0000 mgr.smithi076.yiuunk (mgr.14180) 1098 : 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-01-24T03:01:18.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:17.115113+0000 mgr.smithi076.yiuunk (mgr.14180) 1099 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:18.506 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:18.534 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:17.029304+0000 mgr.smithi076.yiuunk (mgr.14180) 1098 : 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-01-24T03:01:18.534 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:17.115113+0000 mgr.smithi076.yiuunk (mgr.14180) 1099 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:19.844 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:19.844 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:20.122 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:19.030026+0000 mgr.smithi076.yiuunk (mgr.14180) 1100 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:20.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:20.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:19.030026+0000 mgr.smithi076.yiuunk (mgr.14180) 1100 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:21.214 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:21.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:19.840842+0000 mgr.smithi076.yiuunk (mgr.14180) 1101 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:21.565 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:19.840842+0000 mgr.smithi076.yiuunk (mgr.14180) 1101 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:22.209 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:21.030633+0000 mgr.smithi076.yiuunk (mgr.14180) 1102 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:22.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:21.030633+0000 mgr.smithi076.yiuunk (mgr.14180) 1102 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:22.563 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:22.563 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:22.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:23.888 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:24.223 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:22.559870+0000 mgr.smithi076.yiuunk (mgr.14180) 1103 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:24.224 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:23.031604+0000 mgr.smithi076.yiuunk (mgr.14180) 1104 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:22.559870+0000 mgr.smithi076.yiuunk (mgr.14180) 1103 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:24.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:23.031604+0000 mgr.smithi076.yiuunk (mgr.14180) 1104 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:25.240 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:25.240 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:25.528 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:25.032134+0000 mgr.smithi076.yiuunk (mgr.14180) 1105 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:25.528 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:25.237036+0000 mgr.smithi076.yiuunk (mgr.14180) 1106 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:25.032134+0000 mgr.smithi076.yiuunk (mgr.14180) 1105 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:25.237036+0000 mgr.smithi076.yiuunk (mgr.14180) 1106 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:25.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:26.614 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:27.925 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:27.925 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:28.210 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:27.032705+0000 mgr.smithi076.yiuunk (mgr.14180) 1107 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:28.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:28.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:27.032705+0000 mgr.smithi076.yiuunk (mgr.14180) 1107 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:29.298 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:29.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:27.922290+0000 mgr.smithi076.yiuunk (mgr.14180) 1108 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:29.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:27.922290+0000 mgr.smithi076.yiuunk (mgr.14180) 1108 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:30.258 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:29.033556+0000 mgr.smithi076.yiuunk (mgr.14180) 1109 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:30.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:29.033556+0000 mgr.smithi076.yiuunk (mgr.14180) 1109 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:30.625 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:30.626 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:30.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:32.000 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:32.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:30.622768+0000 mgr.smithi076.yiuunk (mgr.14180) 1110 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:32.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:32 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:31.034096+0000 mgr.smithi076.yiuunk (mgr.14180) 1111 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:32.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:30.622768+0000 mgr.smithi076.yiuunk (mgr.14180) 1110 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:32.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:31.034096+0000 mgr.smithi076.yiuunk (mgr.14180) 1111 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:33.375 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:33.375 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:33.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:34.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:34 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:33.034809+0000 mgr.smithi076.yiuunk (mgr.14180) 1112 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:34.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:34 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:33.034809+0000 mgr.smithi076.yiuunk (mgr.14180) 1112 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:34.771 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:35.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:35 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:33.371925+0000 mgr.smithi076.yiuunk (mgr.14180) 1113 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:35.398 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:35 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:33.371925+0000 mgr.smithi076.yiuunk (mgr.14180) 1113 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:36.107 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:36.108 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:36.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:36 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:35.035376+0000 mgr.smithi076.yiuunk (mgr.14180) 1114 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:36.409 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:36 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:35.035376+0000 mgr.smithi076.yiuunk (mgr.14180) 1114 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:36.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:37.362 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:37 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:36.103949+0000 mgr.smithi076.yiuunk (mgr.14180) 1115 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:37.479 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:37.512 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:37 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:36.103949+0000 mgr.smithi076.yiuunk (mgr.14180) 1115 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:38.407 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:38 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:37.036042+0000 mgr.smithi076.yiuunk (mgr.14180) 1116 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:38.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:38 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:37.036042+0000 mgr.smithi076.yiuunk (mgr.14180) 1116 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:38.779 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:38.779 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:39.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:40.153 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:40.488 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:38.773787+0000 mgr.smithi076.yiuunk (mgr.14180) 1117 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:40.488 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:40 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:39.036779+0000 mgr.smithi076.yiuunk (mgr.14180) 1118 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:38.773787+0000 mgr.smithi076.yiuunk (mgr.14180) 1117 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:40.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:40 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:39.036779+0000 mgr.smithi076.yiuunk (mgr.14180) 1118 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:41.470 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:41.470 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:41.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:42.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:42 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:41.037448+0000 mgr.smithi076.yiuunk (mgr.14180) 1119 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:42.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:42 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:41.037448+0000 mgr.smithi076.yiuunk (mgr.14180) 1119 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:42.845 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:43.189 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:43 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:41.466899+0000 mgr.smithi076.yiuunk (mgr.14180) 1120 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:43.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:43 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:41.466899+0000 mgr.smithi076.yiuunk (mgr.14180) 1120 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:44.211 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:44.212 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:44.534 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:44 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:43.038235+0000 mgr.smithi076.yiuunk (mgr.14180) 1121 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:44.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:44.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:44 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:43.038235+0000 mgr.smithi076.yiuunk (mgr.14180) 1121 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:01:45.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:45 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:44.208472+0000 mgr.smithi076.yiuunk (mgr.14180) 1122 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:45.596 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:45.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:45 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:44.208472+0000 mgr.smithi076.yiuunk (mgr.14180) 1122 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:46.247 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:46 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:45.038850+0000 mgr.smithi076.yiuunk (mgr.14180) 1123 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:46.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:46 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:45.038850+0000 mgr.smithi076.yiuunk (mgr.14180) 1123 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:46.894 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:46.894 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:47.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:48.270 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:46.890964+0000 mgr.smithi076.yiuunk (mgr.14180) 1124 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:48.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:48 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:47.039577+0000 mgr.smithi076.yiuunk (mgr.14180) 1125 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:46.890964+0000 mgr.smithi076.yiuunk (mgr.14180) 1124 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:48.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:48 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:47.039577+0000 mgr.smithi076.yiuunk (mgr.14180) 1125 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:01:49.579 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:49.580 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:49.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:50.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:50 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:49.040244+0000 mgr.smithi076.yiuunk (mgr.14180) 1126 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-24T03:01:50.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:50 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:49.040244+0000 mgr.smithi076.yiuunk (mgr.14180) 1126 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-24T03:01:50.952 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:51.295 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:51 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:49.576155+0000 mgr.smithi076.yiuunk (mgr.14180) 1127 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:51.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:51 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:49.576155+0000 mgr.smithi076.yiuunk (mgr.14180) 1127 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:52.299 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:52.300 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:52.321 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:52 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:51.040909+0000 mgr.smithi076.yiuunk (mgr.14180) 1128 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-24T03:01:52.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:52 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:51.040909+0000 mgr.smithi076.yiuunk (mgr.14180) 1128 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-24T03:01:52.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:53.668 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:54.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:52.294274+0000 mgr.smithi076.yiuunk (mgr.14180) 1129 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:54.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:54 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:53.041842+0000 mgr.smithi076.yiuunk (mgr.14180) 1130 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-24T03:01:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:52.294274+0000 mgr.smithi076.yiuunk (mgr.14180) 1129 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:54.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:54 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:53.041842+0000 mgr.smithi076.yiuunk (mgr.14180) 1130 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-24T03:01:55.023 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:55.024 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:55.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:55.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:55.020687+0000 mgr.smithi076.yiuunk (mgr.14180) 1131 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:55.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:55 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:55.042609+0000 mgr.smithi076.yiuunk (mgr.14180) 1132 : 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-01-24T03:01:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:55.020687+0000 mgr.smithi076.yiuunk (mgr.14180) 1131 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:55.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:55 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:55.042609+0000 mgr.smithi076.yiuunk (mgr.14180) 1132 : 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-01-24T03:01:56.417 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:57.788 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:01:57.788 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:01:58.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:01:58.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:58 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:57.043175+0000 mgr.smithi076.yiuunk (mgr.14180) 1133 : 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-01-24T03:01:58.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:58 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:57.043175+0000 mgr.smithi076.yiuunk (mgr.14180) 1133 : 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-01-24T03:01:59.160 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:01:59.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:01:59 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:01:57.784546+0000 mgr.smithi076.yiuunk (mgr.14180) 1134 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:01:59.511 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:01:59 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:01:57.784546+0000 mgr.smithi076.yiuunk (mgr.14180) 1134 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:00.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:00 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:01:59.044261+0000 mgr.smithi076.yiuunk (mgr.14180) 1135 : 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-01-24T03:02:00.494 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:00.494 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:00.518 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:00 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:01:59.044261+0000 mgr.smithi076.yiuunk (mgr.14180) 1135 : 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-01-24T03:02:00.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:01.867 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:02.203 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:00.489011+0000 mgr.smithi076.yiuunk (mgr.14180) 1136 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:02.203 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:02 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:01.044871+0000 mgr.smithi076.yiuunk (mgr.14180) 1137 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:02:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:00.489011+0000 mgr.smithi076.yiuunk (mgr.14180) 1136 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:02.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:02 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:01.044871+0000 mgr.smithi076.yiuunk (mgr.14180) 1137 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:02:03.180 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:03.181 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:53:26.393940Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.mbolia on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:03.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:03.045613+0000 mgr.smithi076.yiuunk (mgr.14180) 1138 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:02:04.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:04 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:03.176759+0000 mgr.smithi076.yiuunk (mgr.14180) 1139 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:04.583 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:03.045613+0000 mgr.smithi076.yiuunk (mgr.14180) 1138 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:02:04.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:04 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:03.176759+0000 mgr.smithi076.yiuunk (mgr.14180) 1139 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:05.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T03:02:04.322916+0000 mgr.smithi076.yiuunk (mgr.14180) 1140 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.545 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Traceback (most recent call last): 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: yield (conn, connr) 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: code, '\n'.join(err))) 2024-01-24T03:02:05.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T03:02:04.323137+0000 mgr.smithi076.yiuunk (mgr.14180) 1141 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:04.323456+0000 mon.smithi076 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xhgurd"}]: dispatch 2024-01-24T03:02:05.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T03:02:04.324171+0000 mgr.smithi076.yiuunk (mgr.14180) 1142 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cephadm 2024-01-24T03:02:04.325872+0000 mgr.smithi076.yiuunk (mgr.14180) 1143 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.vwvoyr on smithi076 2024-01-24T03:02:05.548 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:05 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:05.046199+0000 mgr.smithi076.yiuunk (mgr.14180) 1144 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T03:02:04.322916+0000 mgr.smithi076.yiuunk (mgr.14180) 1140 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.612 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Traceback (most recent call last): 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: yield (conn, connr) 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: code, '\n'.join(err))) 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.613 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.614 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T03:02:04.323137+0000 mgr.smithi076.yiuunk (mgr.14180) 1141 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:04.323456+0000 mon.smithi076 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.76:0/4220323255' entity='mgr.smithi076.yiuunk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi133.xhgurd"}]: dispatch 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T03:02:04.324171+0000 mgr.smithi076.yiuunk (mgr.14180) 1142 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: /bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: Deploy daemon haproxy.nfs.foo.smithi133.xhgurd ... 2024-01-24T03:02:05.616 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:11Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:00:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr time="2024-01-24T03:01:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: 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=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cephadm 2024-01-24T03:02:04.325872+0000 mgr.smithi076.yiuunk (mgr.14180) 1143 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi076.vwvoyr on smithi076 2024-01-24T03:02:05.617 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:05 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:05.046199+0000 mgr.smithi076.yiuunk (mgr.14180) 1144 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-24T03:02:05.893 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:05.893 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:06.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:06.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:06 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:05.890071+0000 mgr.smithi076.yiuunk (mgr.14180) 1145 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:06.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:06 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:05.890071+0000 mgr.smithi076.yiuunk (mgr.14180) 1145 : audit [DBG] from='client.16216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:07.265 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:07.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:07 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:07.047075+0000 mgr.smithi076.yiuunk (mgr.14180) 1146 : 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-01-24T03:02:07.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:07 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:07.047075+0000 mgr.smithi076.yiuunk (mgr.14180) 1146 : 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-01-24T03:02:08.641 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:08.642 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:08.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:09.999 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:10.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:08.638271+0000 mgr.smithi076.yiuunk (mgr.14180) 1147 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:10.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:10 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:09.047849+0000 mgr.smithi076.yiuunk (mgr.14180) 1148 : 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-01-24T03:02:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:08.638271+0000 mgr.smithi076.yiuunk (mgr.14180) 1147 : audit [DBG] from='client.16220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:10.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:10 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:09.047849+0000 mgr.smithi076.yiuunk (mgr.14180) 1148 : 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-01-24T03:02:11.353 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:11.354 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:11.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:12.363 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:12 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:11.048545+0000 mgr.smithi076.yiuunk (mgr.14180) 1149 : 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-01-24T03:02:12.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:12 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:11.048545+0000 mgr.smithi076.yiuunk (mgr.14180) 1149 : 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-01-24T03:02:12.724 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:13.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:13 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:11.350537+0000 mgr.smithi076.yiuunk (mgr.14180) 1150 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:13.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:13 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:11.350537+0000 mgr.smithi076.yiuunk (mgr.14180) 1150 : audit [DBG] from='client.16224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:14.059 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:14.059 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:14.338 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:14 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:13.049271+0000 mgr.smithi076.yiuunk (mgr.14180) 1151 : 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-01-24T03:02:14.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:14.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:14 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:13.049271+0000 mgr.smithi076.yiuunk (mgr.14180) 1151 : 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-01-24T03:02:15.423 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:15.455 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:15 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:14.056018+0000 mgr.smithi076.yiuunk (mgr.14180) 1152 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:15.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:15 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:14.056018+0000 mgr.smithi076.yiuunk (mgr.14180) 1152 : audit [DBG] from='client.16228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:16.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:16 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:15.049880+0000 mgr.smithi076.yiuunk (mgr.14180) 1153 : 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-01-24T03:02:16.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:16 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:15.049880+0000 mgr.smithi076.yiuunk (mgr.14180) 1153 : 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-01-24T03:02:16.757 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:16.757 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:17.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:18.123 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:18.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:16.753939+0000 mgr.smithi076.yiuunk (mgr.14180) 1154 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:18.467 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:18 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:17.050384+0000 mgr.smithi076.yiuunk (mgr.14180) 1155 : 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-01-24T03:02:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:16.753939+0000 mgr.smithi076.yiuunk (mgr.14180) 1154 : audit [DBG] from='client.16232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:18.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:18 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:17.050384+0000 mgr.smithi076.yiuunk (mgr.14180) 1155 : 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-01-24T03:02:19.450 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:19.450 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:19.814 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:20.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:20 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:19.051333+0000 mgr.smithi076.yiuunk (mgr.14180) 1156 : 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-01-24T03:02:20.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:20 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:19.051333+0000 mgr.smithi076.yiuunk (mgr.14180) 1156 : 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-01-24T03:02:20.814 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:21.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:21 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:19.447286+0000 mgr.smithi076.yiuunk (mgr.14180) 1157 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:21.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:21 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:19.447286+0000 mgr.smithi076.yiuunk (mgr.14180) 1157 : audit [DBG] from='client.16236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:22.156 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:22.156 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:22.437 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:22 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:21.051868+0000 mgr.smithi076.yiuunk (mgr.14180) 1158 : 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-01-24T03:02:22.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:22.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:22 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:21.051868+0000 mgr.smithi076.yiuunk (mgr.14180) 1158 : 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-01-24T03:02:23.523 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:23.556 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:23 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:22.149928+0000 mgr.smithi076.yiuunk (mgr.14180) 1159 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:23.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:23 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:22.149928+0000 mgr.smithi076.yiuunk (mgr.14180) 1159 : audit [DBG] from='client.16240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:24.484 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:24 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:23.052867+0000 mgr.smithi076.yiuunk (mgr.14180) 1160 : 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-01-24T03:02:24.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:24 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:23.052867+0000 mgr.smithi076.yiuunk (mgr.14180) 1160 : 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-01-24T03:02:24.834 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:24.834 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:25.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:25.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:24.830727+0000 mgr.smithi076.yiuunk (mgr.14180) 1161 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:25.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:25 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:25.053399+0000 mgr.smithi076.yiuunk (mgr.14180) 1162 : 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-01-24T03:02:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:24.830727+0000 mgr.smithi076.yiuunk (mgr.14180) 1161 : audit [DBG] from='client.16244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:25.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:25 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:25.053399+0000 mgr.smithi076.yiuunk (mgr.14180) 1162 : 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-01-24T03:02:26.188 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:27.505 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:27.505 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:27.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:28.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:28 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:27.053936+0000 mgr.smithi076.yiuunk (mgr.14180) 1163 : 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-01-24T03:02:28.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:28 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:27.053936+0000 mgr.smithi076.yiuunk (mgr.14180) 1163 : 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-01-24T03:02:28.896 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid af7406ce-ba61-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:02:29.223 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:29 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:27.501562+0000 mgr.smithi076.yiuunk (mgr.14180) 1164 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:29.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:29 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:27.501562+0000 mgr.smithi076.yiuunk (mgr.14180) 1164 : audit [DBG] from='client.16248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:30.271 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-01-24T03:02:30.272 INFO:teuthology.orchestra.run.smithi076.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T02:39:55.732469Z", "last_refresh": "2024-01-24T02:59:34.643222Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T02:39:51.986162Z", "last_refresh": "2024-01-24T02:59:31.539734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T02:39:53.942164Z", "last_refresh": "2024-01-24T02:59:34.643348Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:56:00.610105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.lnsken on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-lnsken\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.lnsken\nDeploy daemon haproxy.nfs.foo.smithi133.lnsken ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:54:08Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:54:45Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:55:23Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.235286Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi076.rmiiay on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi076-rmiiay\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi076.rmiiay\nDeploy daemon haproxy.nfs.foo.smithi076.rmiiay ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T02:56:37Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:15Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T02:57:52Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T02:58:30.236804Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi076.xlzdtx on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T02:58:30.237799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi133.fwwkbi on smithi133: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:02:04.324066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi133.xhgurd on smithi133: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi133-xhgurd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\n/bin/podman: stderr Error: no such container ceph-af7406ce-ba61-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi133.xhgurd\nDeploy daemon haproxy.nfs.foo.smithi133.xhgurd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-24T03:00:11Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:00:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-24T03:01:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi133 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.76/16"}, "status": {"created": "2024-01-24T02:43:17.648997Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.76/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T02:39:50.785027Z", "last_refresh": "2024-01-24T02:59:31.539879Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:40:54.498749Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi076:172.21.15.76=smithi076", "smithi133:172.21.15.133=smithi133"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T02:40:54.496193Z", "last_refresh": "2024-01-24T02:59:31.539981Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T02:43:17.647919Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T02:43:17.644677Z", "last_refresh": "2024-01-24T02:59:34.643872Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T02:39:54.873332Z", "last_refresh": "2024-01-24T02:59:31.540048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T02:41:22.512634Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T02:41:22.509128Z", "last_refresh": "2024-01-24T02:59:31.540113Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T02:39:53.080380Z", "last_refresh": "2024-01-24T02:59:34.643471Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-24T02:43:13.900337Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-24T02:43:18.562885Z", "last_refresh": "2024-01-24T02:59:31.540380Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-24T03:02:30.296 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:30 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: cluster 2024-01-24T03:02:29.054664+0000 mgr.smithi076.yiuunk (mgr.14180) 1165 : 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-01-24T03:02:30.611 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:30 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: cluster 2024-01-24T03:02:29.054664+0000 mgr.smithi076.yiuunk (mgr.14180) 1165 : 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-01-24T03:02:30.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:02:30.653 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:02:30.911 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c7015a0e684543f0932f68ce7bd3892d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:02:30.912 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-24T03:02:30.924 INFO:tasks.vip:Removing 10.0.15.76 (and any VIPs) on smithi076.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:02:30.925 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.15.76/16 dev enp3s0f1 2024-01-24T03:02:30.968 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.31.76/16 dev enp3s0f1 2024-01-24T03:02:31.035 INFO:teuthology.orchestra.run.smithi076.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:02:31.035 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:02:31.036 INFO:tasks.vip:Removing 10.0.15.133 (and any VIPs) on smithi133.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:02:31.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr del 10.0.15.133/16 dev enp3s0f1 2024-01-24T03:02:31.091 DEBUG:teuthology.orchestra.run.smithi133:> sudo ip addr del 10.0.31.76/16 dev enp3s0f1 2024-01-24T03:02:31.120 INFO:teuthology.orchestra.run.smithi133.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:02:31.121 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:02:31.121 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T03:02:31.132 INFO:tasks.cephadm:Teardown begin 2024-01-24T03:02:31.132 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:02:31.159 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:02:31.192 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T03:02:31.193 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:02:31.216 DEBUG:teuthology.orchestra.run.smithi133:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:02:31.250 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T03:02:31.250 INFO:tasks.cephadm.mon.smithi076:Stopping mon.smithi076... 2024-01-24T03:02:31.251 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076 2024-01-24T03:02:31.280 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: audit 2024-01-24T03:02:30.268060+0000 mgr.smithi076.yiuunk (mgr.14180) 1166 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:31.361 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:31 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: audit 2024-01-24T03:02:30.268060+0000 mgr.smithi076.yiuunk (mgr.14180) 1166 : audit [DBG] from='client.16252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:02:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 systemd[1]: Stopping Ceph mon.smithi076 for af7406ce-ba61-11ee-95b1-87774f69a715... 2024-01-24T03:02:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 bash[154190]: Error: no container with name or ID "ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon.smithi076" found: no such container 2024-01-24T03:02:31.579 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T03:02:31.502+0000 7f292f8ce700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi076 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T03:02:31.580 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076[32839]: debug 2024-01-24T03:02:31.502+0000 7f292f8ce700 -1 mon.smithi076@0(leader) e2 *** Got Signal Terminated *** 2024-01-24T03:02:32.242 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Jan 24 03:02:31 smithi076 bash[154229]: ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi076 2024-01-24T03:02:32.249 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi076.service' 2024-01-24T03:02:32.349 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:02:32.349 INFO:tasks.cephadm.mon.smithi076:Stopped mon.smithi076 2024-01-24T03:02:32.349 INFO:tasks.cephadm.mon.smithi133:Stopping mon.smithi133... 2024-01-24T03:02:32.350 DEBUG:teuthology.orchestra.run.smithi133:> sudo systemctl stop ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi133 2024-01-24T03:02:32.656 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:32 smithi133 systemd[1]: Stopping Ceph mon.smithi133 for af7406ce-ba61-11ee-95b1-87774f69a715... 2024-01-24T03:02:32.657 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:32 smithi133 bash[56826]: Error: no container with name or ID "ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon.smithi133" found: no such container 2024-01-24T03:02:33.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T03:02:32.656+0000 7f9593e16700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi133 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-24T03:02:33.111 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:32 smithi133 ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133[36758]: debug 2024-01-24T03:02:32.656+0000 7f9593e16700 -1 mon.smithi133@1(peon) e2 *** Got Signal Terminated *** 2024-01-24T03:02:33.112 INFO:journalctl@ceph.mon.smithi133.smithi133.stdout:Jan 24 03:02:32 smithi133 bash[56865]: ceph-af7406ce-ba61-11ee-95b1-87774f69a715-mon-smithi133 2024-01-24T03:02:33.156 DEBUG:teuthology.orchestra.run.smithi133:> sudo pkill -f 'journalctl -f -n 0 -u ceph-af7406ce-ba61-11ee-95b1-87774f69a715@mon.smithi133.service' 2024-01-24T03:02:33.233 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:02:33.233 INFO:tasks.cephadm.mon.smithi133:Stopped mon.smithi133 2024-01-24T03:02:33.234 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af7406ce-ba61-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:05:27.707 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af7406ce-ba61-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:06:07.663 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:06:07.714 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:06:07.744 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T03:06:07.746 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/ubuntu@smithi076.front.sepia.ceph.com/crash 2024-01-24T03:06:07.747 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:06:07.781 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:06:07.781 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:06:07.783 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/ubuntu@smithi133.front.sepia.ceph.com/crash 2024-01-24T03:06:07.784 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:06:07.823 INFO:teuthology.orchestra.run.smithi133.stderr:tar: /var/lib/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:06:07.823 INFO:teuthology.orchestra.run.smithi133.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:06:07.824 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T03:06:07.824 DEBUG:teuthology.orchestra.run.smithi076:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T03:06:07.854 INFO:teuthology.orchestra.run.smithi076.stderr:grep: /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T03:06:07.855 INFO:tasks.cephadm:Compressing logs... 2024-01-24T03:06:07.856 DEBUG:teuthology.orchestra.run.smithi076:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T03:06:07.898 DEBUG:teuthology.orchestra.run.smithi133:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-24T03:06:07.925 INFO:teuthology.orchestra.run.smithi133.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:: No such file or directory 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi133.hktelg.log 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi133.hktelg.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.2.log: 79.3% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi133.hktelg.log.gz 2024-01-24T03:06:07.926 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-24T03:06:07.928 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-24T03:06:07.928 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi133.nkyadk.log 2024-01-24T03:06:07.930 INFO:teuthology.orchestra.run.smithi076.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-24T03:06:07.930 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T03:06:07.930 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-24T03:06:07.930 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi076.mxzzsu.log 2024-01-24T03:06:07.931 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-24T03:06:07.931 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi076.mxzzsu.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.1.log 2024-01-24T03:06:07.931 INFO:teuthology.orchestra.run.smithi076.stderr: 77.7% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-client.rgw.foorgw.smithi076.mxzzsu.log.gz 2024-01-24T03:06:07.931 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-24T03:06:07.932 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:06:07.932 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi076.yiuunk.log 2024-01-24T03:06:07.932 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.6.log: /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi133.nkyadk.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:06:07.934 INFO:teuthology.orchestra.run.smithi133.stderr: 92.4% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:06:07.935 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi133.log 2024-01-24T03:06:07.935 INFO:teuthology.orchestra.run.smithi133.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-24T03:06:07.938 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi076.yiuunk.log: 92.4% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:06:07.938 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi076.log 2024-01-24T03:06:07.940 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi133.log: 93.2% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi133.nkyadk.log.gz 2024-01-24T03:06:07.962 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi076.log: 94.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:06:08.155 INFO:teuthology.orchestra.run.smithi133.stderr:/var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.4.log: 92.7% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi133.log.gz 2024-01-24T03:06:08.198 INFO:teuthology.orchestra.run.smithi076.stderr: 90.0% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mgr.smithi076.yiuunk.log.gz 2024-01-24T03:06:08.736 INFO:teuthology.orchestra.run.smithi076.stderr: 93.6% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-24T03:06:08.874 INFO:teuthology.orchestra.run.smithi076.stderr: 90.6% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-mon.smithi076.log.gz 2024-01-24T03:06:08.895 INFO:teuthology.orchestra.run.smithi133.stderr: 93.7% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-24T03:06:08.916 INFO:teuthology.orchestra.run.smithi133.stderr: 93.3% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-24T03:06:08.952 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-24T03:06:09.037 INFO:teuthology.orchestra.run.smithi133.stderr: 93.3% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-24T03:06:09.129 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-24T03:06:09.151 INFO:teuthology.orchestra.run.smithi133.stderr: 93.5% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-24T03:06:09.153 INFO:teuthology.orchestra.run.smithi133.stderr: 2024-01-24T03:06:09.153 INFO:teuthology.orchestra.run.smithi133.stderr:real 0m1.239s 2024-01-24T03:06:09.153 INFO:teuthology.orchestra.run.smithi133.stderr:user 0m4.361s 2024-01-24T03:06:09.153 INFO:teuthology.orchestra.run.smithi133.stderr:sys 0m0.184s 2024-01-24T03:06:09.162 INFO:teuthology.orchestra.run.smithi076.stderr: 93.2% -- replaced with /var/log/ceph/af7406ce-ba61-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-24T03:06:09.164 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-01-24T03:06:09.164 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m1.250s 2024-01-24T03:06:09.165 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m5.330s 2024-01-24T03:06:09.165 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.203s 2024-01-24T03:06:09.165 INFO:tasks.cephadm:Archiving logs... 2024-01-24T03:06:09.165 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/ubuntu@smithi076.front.sepia.ceph.com/log 2024-01-24T03:06:09.166 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:06:10.035 DEBUG:teuthology.misc:Transferring archived files from smithi133:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/ubuntu@smithi133.front.sepia.ceph.com/log 2024-01-24T03:06:10.036 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:06:10.727 INFO:tasks.cephadm:Removing cluster... 2024-01-24T03:06:10.727 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af7406ce-ba61-11ee-95b1-87774f69a715 --force 2024-01-24T03:06:11.112 DEBUG:teuthology.orchestra.run.smithi133:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid af7406ce-ba61-11ee-95b1-87774f69a715 --force 2024-01-24T03:06:11.492 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T03:06:11.492 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:06:11.511 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:06:11.528 INFO:tasks.cephadm:Teardown complete 2024-01-24T03:06:11.529 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-24T03:06:11.544 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2024-01-24T03:06:11.544 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_1 2024-01-24T03:06:11.673 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:06:11.675 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:11.675 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2024-01-24T03:06:11.676 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_2 2024-01-24T03:06:11.800 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:06:11.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:11.801 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2024-01-24T03:06:11.801 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_3 2024-01-24T03:06:11.939 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:06:11.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:11.940 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2024-01-24T03:06:11.941 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_4 2024-01-24T03:06:12.085 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:06:12.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.086 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-01-24T03:06:12.086 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2024-01-24T03:06:12.114 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_1... 2024-01-24T03:06:12.114 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_1 2024-01-24T03:06:12.241 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:06:12.242 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.242 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_2... 2024-01-24T03:06:12.242 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_2 2024-01-24T03:06:12.379 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:06:12.380 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.380 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_3... 2024-01-24T03:06:12.381 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_3 2024-01-24T03:06:12.501 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:06:12.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.502 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi133:/dev/vg_nvme/lv_4... 2024-01-24T03:06:12.503 DEBUG:teuthology.orchestra.run.smithi133:> sudo nvme disconnect -n lv_4 2024-01-24T03:06:12.633 INFO:teuthology.orchestra.run.smithi133.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:06:12.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.634 DEBUG:teuthology.orchestra.run.smithi133:> set -ex 2024-01-24T03:06:12.634 DEBUG:teuthology.orchestra.run.smithi133:> sudo dd of=/scratch_devs 2024-01-24T03:06:12.662 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T03:06:12.673 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T03:06:12.674 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:06:12.677 DEBUG:teuthology.orchestra.run.smithi133:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:06:12.693 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2024-01-24T03:06:12.698 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:06:12.698 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-01-24T03:06:12.698 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 74 +468us[ +483us] +/- 86ms 2024-01-24T03:06:12.699 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv02.front.sepia.ceph.com 3 7 377 11 -104us[ -89us] +/- 70ms 2024-01-24T03:06:12.699 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 -232us[ -218us] +/- 74ms 2024-01-24T03:06:12.699 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:06:12.718 INFO:teuthology.orchestra.run.smithi133.stderr:bash: ntpq: command not found 2024-01-24T03:06:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-24T03:06:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:=============================================================================== 2024-01-24T03:06:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 15 +471us[ +470us] +/- 86ms 2024-01-24T03:06:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -148us[ -148us] +/- 70ms 2024-01-24T03:06:12.723 INFO:teuthology.orchestra.run.smithi133.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 -225us[ -226us] +/- 74ms 2024-01-24T03:06:12.724 INFO:teuthology.orchestra.run.smithi133.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-24T03:06:12.724 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T03:06:12.734 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T03:06:12.735 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T03:06:12.765 DEBUG:teuthology.orchestra.run.smithi076:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T03:06:12.844 DEBUG:teuthology.orchestra.run.smithi133:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-24T03:06:12.905 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:06:12.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.938 DEBUG:teuthology.orchestra.run.smithi133:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-24T03:06:12.968 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:12.971 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T03:06:12.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T03:06:13.007 INFO:teuthology.task.internal:Duration was 2236.874810 seconds 2024-01-24T03:06:13.008 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T03:06:13.040 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T03:06:13.041 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:06:13.043 DEBUG:teuthology.orchestra.run.smithi133:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:06:13.090 INFO:teuthology.orchestra.run.smithi133.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:06:13.091 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-24T03:06:13.374 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T03:06:13.374 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-01-24T03:06:13.374 DEBUG:teuthology.orchestra.run.smithi076:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T03:06:13.398 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi133.front.sepia.ceph.com 2024-01-24T03:06:13.398 DEBUG:teuthology.orchestra.run.smithi133:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-24T03:06:13.420 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T03:06:13.420 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:06:13.441 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:06:13.515 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T03:06:13.515 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:06:13.517 DEBUG:teuthology.orchestra.run.smithi133:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:06:13.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T03:06:13.686 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T03:06:13.687 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:06:13.714 DEBUG:teuthology.orchestra.run.smithi133:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:06:13.741 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T03:06:13.752 DEBUG:teuthology.orchestra.run.smithi076:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:06:13.756 DEBUG:teuthology.orchestra.run.smithi133:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:06:13.781 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-01-24T03:06:13.807 INFO:teuthology.orchestra.run.smithi133.stdout:kernel.core_pattern = core 2024-01-24T03:06:13.839 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:06:13.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:13.864 DEBUG:teuthology.orchestra.run.smithi133:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:06:13.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:06:13.895 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T03:06:13.907 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T03:06:13.908 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/smithi076 2024-01-24T03:06:13.909 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:06:13.956 DEBUG:teuthology.misc:Transferring archived files from smithi133:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838/remote/smithi133 2024-01-24T03:06:13.957 DEBUG:teuthology.orchestra.run.smithi133:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:06:13.997 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T03:06:13.998 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:06:14.000 DEBUG:teuthology.orchestra.run.smithi133:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:06:14.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T03:06:14.061 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T03:06:14.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T03:06:14.082 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T03:06:14.083 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:06:14.085 DEBUG:teuthology.orchestra.run.smithi133:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:06:14.099 INFO:teuthology.orchestra.run.smithi076.stdout: 262183 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:06 /home/ubuntu/cephtest 2024-01-24T03:06:14.104 INFO:teuthology.orchestra.run.smithi133.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:06 /home/ubuntu/cephtest 2024-01-24T03:06:14.105 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T03:06:14.117 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T03:06:14.184 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T03:06:14.213 DEBUG:teuthology.nuke:shortname: smithi076 2024-01-24T03:06:14.213 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:06:14.236 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:22:56.840142', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ3pd3UpiItPBYH1WDRZOJnZKfshTpwA7VDm//CT6d+ytXVses0TFJtBxcfZmHodjLSs6bWnHZwV3/zFX0OHcGE='} 2024-01-24T03:06:14.241 DEBUG:teuthology.nuke:shortname: smithi133 2024-01-24T03:06:14.241 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:06:14.261 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi133.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529838', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-24 02:22:56.842013', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgF3y+9F9vwIsBPRZAXAWstI5sKvC7xKeLfN6NgFz6vZxY9dBj4X8wRKLyqOWGAdn5rx2jqXNs6cFMjAaAQj7A='} 2024-01-24T03:06:14.293 INFO:teuthology.orchestra.console.smithi076:Power off 2024-01-24T03:06:14.294 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:06:14.319 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2024-01-24T03:06:14.319 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:14.334 INFO:teuthology.orchestra.console.smithi133:Power off 2024-01-24T03:06:14.335 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:06:14.344 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-01-24T03:06:14.357 DEBUG:teuthology.orchestra.console.smithi133:power off output: Chassis Power Control: Down/Off 2024-01-24T03:06:14.358 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:14.381 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-24T03:06:18.345 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:18.382 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:18.458 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-01-24T03:06:18.494 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-24T03:06:22.460 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:22.495 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:22.570 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2024-01-24T03:06:22.604 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is on 2024-01-24T03:06:22.672 INFO:teuthology.orchestra.console.smithi076:Power off completed 2024-01-24T03:06:26.608 DEBUG:teuthology.orchestra.console.smithi133:pexpect command: ipmitool -H smithi133.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:06:26.718 DEBUG:teuthology.orchestra.console.smithi133:check power output: Chassis Power is off 2024-01-24T03:06:26.818 INFO:teuthology.orchestra.console.smithi133:Power off completed 2024-01-24T03:06:26.922 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: 2236.874809741974 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c7015a0e684543f0932f68ce7bd3892d status: fail success: false 2024-01-24T03:06:26.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T03:06:27.013 INFO:teuthology.run:FAIL